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
- Read the Csv into a data table
- use filter data table activity and use column index property to keep the first column and the output into a new data table
- write the final table into a new csv file using write csv activity
1 Like
thank You
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.