Using Escaping Character doesn't seem to work.

I have a feeder file that contains text with commas. “4765 Glenwood Dr, Klamath Falls, OR 97603, USA”. As you can see I am using the “” to escape the commas. My Gatling script contains the following: “val EMLAddOneStopVal = csv(“EMLAddOneStops.csv”).queue”. My script runs, but the string value above is never used or parsed. If I remove the “,” from the string the address is inserted in to my element field.

Compile errors

This has already been fixed and will be shipped in 1.5.2: https://github.com/excilys/gatling/issues/1204
Until then, you can use another separator, such as tab.