From SSIS, I need to send an Excel file in the format of;
656265 | 56280212 ||
654581 | 56246894 ||
656111 | 56281475 ||
I currently have a package that generates an Excel file to be displayed as;
656265 | 56280212
654581 | 56246894
656111 | 56281475
as I have set the column delimiter as a Vertical bar (pipe) on the flat file connection manager.
How would I achieve attaching the 2 pipes to delimit the rows as SSIS does not allow you to set the same row and column delimiter?
