Question

how to read Csv file from specific rows

  • 15 September 2023
  • 1 reply
  • 6 views

Badge

how to read Csv file from specific rows

 


1 reply

Userlevel 4
Badge +9

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