I have one spreedshet in Excel 2007, in this datasource I have one column with float and string data, I need load this columns to sql using SISS
Date Example:
row1 : 0
row2 : 0
Row 3 : "Voluntary"
Row 4 : "Mandatory"
When import this data to one field defined how Varchar(50), only load the rows with numeric data, the other rows are imported how null.
How solve this
Best regards