I'm fairly new to SSIS, any help would be much appreciated!
I need to import a comma delimited text file. The rows in the file have different layouts. The value of the first column specifies the layout.
For example:
Layout 1: Name, Surname, Age, ID
Layout 2: ID, Salary
So column names and data types differ completely.
Is there a way to import such a file without using a script task in SSIS?