I need to create an excel output file that uses column headers with spaces, it doesnt look like this is possible is there any work around? I need to you spaces I cannot use _ thanks
Hi
As Cedric LECLERC said, use a tFixedFlowInput to write the header data to the file first, and then append the record to the same file in next subjob.
Shong