@spa3212 said in Reading input data from csv file of non english:
@Fox so don't know for csv file this doesn't work, but for txt file it does :) anyways thans.
This works for any text file. Attach the file for the test
I am trying to read a text file which has 200 lines. I have created a resource ‘read lines from txt file’ ; trying to read each line using ‘for each’ loop. The script is executing fine, but it stops after reading 20 or 30 lines from the txt file. It is not throwing any error; the loop just stops after reading 20 or 30 lines. Could someone please suggest me what could be the issue here? Thank you.