Hi I am trying to remove the first line of my output table as it is coming as ,
I tried using Assign File.ReadAllLine(“abc.CSV”) and then did generate data table but I am getting an error “Object Reference not set”
Because generate data table is empty
My flow is
- Read CSV
- Add data table
- For Each Row in Datatable
- Assign Account= Account.ToString
- Exit
- Add data row
- Write CSV
- Read CSV
- Assign File.ReadAllLine(“abc.CSV”)
10 Generate Data table
11 Add data row - Write CSV
Can anyone suggest how to overcome this