Hi all ,
Just a quick question that I am hoping someone might have the answer to. I am outputting a file to sdf format but I also need it to be tab delimited ie
COPY TO filename TYPE SDF, works fine but if I add the DELIMITED WITH TAB it causes an error.
I can just just the line COPY to filename DELIMITED WITH TAB but this creates the file for me with " around the fields which wont upload into sap for me. I know I can write a procedure to get rid of "" but I was hoping there might be a quicker solution.
Any ideas
Aiden
Just a quick question that I am hoping someone might have the answer to. I am outputting a file to sdf format but I also need it to be tab delimited ie
COPY TO filename TYPE SDF, works fine but if I add the DELIMITED WITH TAB it causes an error.
I can just just the line COPY to filename DELIMITED WITH TAB but this creates the file for me with " around the fields which wont upload into sap for me. I know I can write a procedure to get rid of "" but I was hoping there might be a quicker solution.
Any ideas
Aiden