[SOLVED] Is there a way to convert a dataset column type?

Used DataSetBuilder to create a dataset with the right column types.

Then copy the rows from your dataset with the wrong types into the dataset with the correct column types.

Or it might be as easy to manipulate the CSV to specify the correct types before turning it into a dataset:

1 Like