Hey guys,
I got a quick question related to a simple dataflow task
I will be receiving 1 csv file every week that needs to get imported in the database, the file will allways have the same amount of columns and the same column names.
Now the problem is the order of these columns can change.
Will SSIS automaticly know how to redirect the rows ? or is there a special way to do this in the connection manager ?
Kind regards