Hey all.
In sql 2000 I had a dts package that output all the field names in a table to a file but it also only output three of the fields data. For instance there are say 25 fields which are required as a header in the file but only three of the fields data is required(sku,qty,update) to be there for update purposes. All fields are tab delimited. Works great in dts but I can't seem to get this to happen with SSIS. Any help would be greatly appreciated.
example attached
Thanks