Cav file by default does not store those properties in it…
When reading data into datatable we can cast the column if needed or if all the column values are numeric(that is no blanks or other values are present) then the column will be auto casted to number…if not we can cast the column to number as well by replacing the non numeric values in the column with 0
As we mentioned, csv file doesn’t have coulmn data type. If you have expected result, can you share it?
If you want to change datatype of column in datatable, basically we need to add new column then convert data into it and remove old one.
Or use the above GenerateDataTable activity.
I think it’s excel matter.
If you need to display the value in excel, can you try to use Read CSV activity then write the datatable using WriteRangeWorkbook activity?
If you open a csv that is written in a specific format the value will be stored in same format…
When you open csv in excelit would generally display in general only…csv does not savethe column formats visually…but when you read ideally youwould get the actual value only