Skip to main content

how to read Csv file from specific rows

 

Hi @latha212,

Please use the CSV/TXT package to read the CSV data and store it in a table variable.

Then, utilize the Loop package to retrieve the values from the table.

Next, use the If package to validate the retrieved values. If the values match a specific condition, assign the value to a new variable.

 

Reply