I'm having this problem when using data conversion the source column looks like this
[dti]
4.55
14.55
20.10
and my destination column is INT in SSMS, my output column from the source which is JSON file is STR 50. I tried DT-I4 and Float datatypes and still throwing an error, Is it because of the dot within the numbers?
[Data Conversion [2]] Error: Data conversion failed while converting column "dti" (75) to column "Copy of dti" (29). The conversion returned status value 2 and status text "The value could not be converted because of a potential loss of data.".