I have a csv file…
In one column i have a value as 06/17/2024 (06/17/2024) i need to split the value before space i need the value in same column as 06/17/2024. I don’t need to update need column only this column i need change.
Is there any solution
Check the below sequence for your better understanding,
→ Use Read CSV activity to read the CSV file and store in a datatable called dt_Input.
→ Use For each row in datatable activity to iterate the each row in the dt_Input datatable.
→ Inside for each insert the Assign activity. Imagine Column name is ColumnC. Give the same expression in the Assign activity.