Hi,
Yes, positional columns are supported. You have to define the column mappings like this:
Column 0=...
Column 1=...
...
Essentially the same naming convention like in the Flat File Connection Manager.
Regards,
Ivan
On Monday, September 10, 2012 11:57:58 AM UTC-4, (unknown) wrote:
Does the Data Flow + task work with positional column mapping? I am trying to load flat files, but some of the files do not have column headers. Can you give an example of how to format the ColumnMapping for such a case? Column1=0\r\nColumn2=1?