Iterating through lines in a file in StudioX

Hi,
I want to read a file and iterate it line by line and get the string from there.

For example:
"
12345,ABC
23456,QWE
"

I coudn’t find a method for iterating through lines. There is a for each row in Excel but does not work for me, because I have a text file.

Any suggestions?

Thanks

1 Like

Convert your text file to CSV
In Studio X use
Read CSV
Output to: Notebook Scratchpad [Sheet]
Then
Use Excel File
For Each Row

2 Likes

Thanks, it worked.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.