Hi Experts,
I have a CSV file, and i need to delete few rows from top, please help me to do this…
Thanks,
MAK.
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
@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.
Right now I don’t have system to check this
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.