I am using a .CSV file and I am using SSIS 2008.
Source: .CSV
Destination: Database
SSIS see all the columns in my .CSV as a string.
But I need to push 1 column into a database column of type INT.
Nothing want to work though, I have placed a DataConversion in my SSIS package between the source and the destination and none of the Data Type's of integer wants to work.
Error message:
The conversion returned status value 2 and status text "The value could not be converted because of a potential loss of data."
Any input on whats going on here? It does not even want to work using the Wizard.
Edit: Sample data as requested------------------------------------------------------------------------
Name|ID
Mike|1266
John|NULL