Hi
How to Convert entire column from string to date
Is that a column in a datatable or in excel?
Coulmn in datatable
- Clone the Datatable dt2 = dt1.clone
- Invoke Code :
dt2.Load(dt1.CreateDataReader,System.Data.LoadOption.OverwriteChanges)
dt2.Columns(“Exc.Rate”).DataType = “Date”
Throwing syntax error
Error:Bc30311: Value of type string cannot be converted to type
Hi @KarthikBallary,
you can use the below activity to convert the entire column from string to date.
Regards
Balamurugan.S
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.