Posted: 10/21/2011
Hi,
Can anyone guide me how to convert pipe delimeited file to fixed length file.
Help appreciated.
Thanks
Regards
Asmi
Posted: 1/13/2012
You can use SSIS to do this. Create a package with a data flow transformation. In there, have a Flat File source component that reads the data from the pipe delimited file. Have it go to a flat file destination using the fixed length file settings.