Hi,
I am having an issue with writing out data as .txt pipe delimited in the exact same format as the original data. The original data used a CSV reader in order to work with the attributes I needed to modify. But when I try to write it out again as .txt, the format is never exactly the same. I have tried padding the fields, but it does not work.
Example:
Original-


Also, in the output, it continues to add a pipe (|) to the end of each record; the original did not and I need it to not add it in the output.
Any ideas are welcome!



