Deleting Row from CSV file

Hi Experts,

I have a CSV file, and i need to delete few rows from top, please help me to do this…

Thanks,
MAK.

Hello @Ashik_Khan
You can use read csv activity to get record in datatable.
Then perform Operation on datatable after that use write csv to save again data in csv file

Thanks

2 Likes

@sandeep13
Thanks Sandeep for your reply…
The above activity will help to remove only blank rows…i need to remove some rows which have unwanted data…

Thanks,
MAK.

@sandeep13
Please see attached filetest - Copy.zip (869 Bytes)

@Ashik_Khan
You can use delete method to delete row from datatable also.

1 Like

Right now I don’t have system to check this

1 Like

@sandeep13

I have Tried, but that particular rows does not delete…

Hello
Can you please upload your workflow because I’m also want to delete rows in CSV file.