How to create a pipe (|) delimited text file?
Right now I have a UBE which creates a csv file and by default it's a comma delimited text file. I did not have to do anything to set it up so it will create the comma delimited text file. Now I want to change it to a pipe (|) delimited text file instead of comma. How do I change the existing UBE from a comma delimited text file into a pipe delimited text file please?
Right now I have UBE of type group and I just align each RV variable to the grid and populate those RV variables. I did not manually write to a text file or anything. I guess JDE does it automatically.