Is there a way to specify a delimiter for the fields on export, but NOT have a framing character. If I want pipe-delimited such as this:
name|address|city|state|zip
I tried all types of derivatives of the copy to command such as "copy to filename delimited with char "|"" for example, but I get a default framing character. How do I specify that there be no framing character?
name|address|city|state|zip
I tried all types of derivatives of the copy to command such as "copy to filename delimited with char "|"" for example, but I get a default framing character. How do I specify that there be no framing character?