Hi Support,
I have a .csv file with data in multiple columns.
To reterive data from cell(1,2), i use the following code.
Put file “Filepath” into test
set the itemdelimiter to “;”
put item 2 of line 2 of test.
It displayed the result correctly.
But now i am getting error. Please see screen shot and Help me soon to resolve this.