Reading a certain row from certain column in .csv file

Hey Im wondering how to specify certain line in a .csv file? I have been trying to do it with ${!COL2,!ROW1} but it doesent seem to work.

Use store | 12 | !csvReadLineNumber to read e. g. line 12.

  • !csvReadLineNumber (read/write) - true sets the line number for the csvRead command to read. If not used, the value of !LOOP is used for the line number and !csvReadLineNumber is set to the same value.

Thanks, Ill try that.