Need a method or new variable to read each line of a csv file that may contain special characters that attempt an operation instead of being stored in the variable LineX or X1.
set LineX=%@LINE[%filename,1]
set X1=%@INSTR[0.20,%LineX]
Will not work without an error: " No closing quote" in some of the lines in the csv file.
set LineX=%@LINE[%filename,1]
set X1=%@INSTR[0.20,%LineX]
Will not work without an error: " No closing quote" in some of the lines in the csv file.