I've read as many posts as I can find to answer the question of how to produce a comma ONLY delimited file with NO quotes but I can't find how to include the header at the same time.
COPY TO c:\myfolder\mytextfile.txt DELIMITED WITH "" with CHARACTER ,
This will work but gives me a file with no header. If I add 'type csv' it will error out. I am using Foxpro 9.0
(this does not work either) COPY TO c:\myfolder\mytextfile.txt type csv DELIMITED WITH ,
I am looking for a one line solution if possible. Thanks.
COPY TO c:\myfolder\mytextfile.txt DELIMITED WITH "" with CHARACTER ,
This will work but gives me a file with no header. If I add 'type csv' it will error out. I am using Foxpro 9.0
(this does not work either) COPY TO c:\myfolder\mytextfile.txt type csv DELIMITED WITH ,
I am looking for a one line solution if possible. Thanks.