Filter out Headers in Datatable

Hi Team,

I have extracted one data file and stored it in data table.

Robot reads data from row 1 …Instead I want it to start read from row 2 (1,2,3).

I am using foreachrow as well.to iterate to next rows.

Please suggest

Make sure that you have uncheck the read first row as column names check box in the properties of read range activity

1 Like

In Read range activity, give the range as “A2”. Now it will start reading from second row.

Tick AddHeaders Check Box in Read Rang Activity.