I have a column of "STRING" data from a CSV file which I am trying to store as "DOUBLE PRECISION" data type values into SQL Server. I have tried different ways of converting it from STRING to DOUBLE such as "Derived Column" and "Data Type Conversion". However, when I execute my task sequence, it crashes at the point where I tried to make the STRING data into DOUBLE data. I cannot just import the data from the CSV file as DOUBLE because I am applying STRING functions on the column to clean it up before trying to convert it to DOUBLE.
Please help!
Thanks.