I am trying to import csv files into SQL server. The first row in the file contains identifier information (Id, Company, Date, File Type). The second row contains the column headers. The remaining rows contain the column data. What
I need to do is read the first row to determine the File Type and then build a table using the column headers and column data. When I use SSIS and try to import the rows I end up with 4 columns which is correct for the identifier row but combines many
of the column headers and column data entries as comma seperated values in column 4. Any help would be greatly appreciated.
Thanks,
Bob