CSV step by steps

i have a csv file with four columns without column names. how to split first column and store it in another csv

Follow these steps @Mr.StarLord_AO

  1. Read the Csv into a data table
  2. use filter data table activity and use column index property to keep the first column and the output into a new data table
  3. write the final table into a new csv file using write csv activity
1 Like

thank You

@Mr.StarLord_AO

Welcome :). Please try the approach . if it works great and update the post by marking a solution so in future others can benefit

If it doesn’t feel free to ask again till it works !

Goddluck!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.