I have created a SSIS package to import the data from CSV files. The columns of CSV file are mapped with SQL table columns.
But when if I changed the Column order of CSV file it imports wrong data.
My question is if we are mapping the columns Names of CSV file to DTSX package why the change in column order should affect on importing the data?
Thanks & Regards, Vyankatesh Mujumdar