Update the data in every row in csv

Hi,

How to update a particular cell value in every row,
My scenario is i am reading a csv file into a datatable and i am itterating by using “for each row” activity,now in my scenario for every completion of each row one client id will be generated,i captured that client id into one variable,now i want to insert that variable value in the last cell of every row,so that i came to this row data generates this client id,how to do this.

kindly help me out to complete my poc.

Thanks&Regards,
Hemadri

Check if these 2 workout for you

1 Like

Hi,

how can i compare each single row in “sheet 1” with other row in " sheet 2" and if they match i should update in the status column.then it should go to second row and so on.pease help me with that.