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