Hello All,
I have a CSV file which has only one row and 10 columns .
I don’t want to read 10 times … like …
row(“column1”).ToString
row(“column2”).ToString
row(“column3”).ToString
is there anyway we can increment column like we increment rows with Get row?