It started with a question:
If my file.txt is pipe filed separated, how can I make the records fall into the physical file to the corresponding fields.
A good question. Most of the time my incoming files are comma separated. The same methods I would use for those will work for pipe separated files too.
First I need a file with pipe separators. I ma...