Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copying to a Delimited File - Getting Rid of Quote Marks
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00222810
Message ID:
00222886
Views:
15
>I am trying to copy a dbf to the equivalent of a .csv file (comma separated). If I use the VFP command:
>
>COPY TO file DELIMITED WITH CHAR ,
>
>It will separate the field with commas but it also puts quotation marks around the character fields (apparently because commas may be in the text). I don't want to send that. I want strict comma delimited.
>
>Any suggestions???
>
>Thanks always everyone for the advice.

I just tested this:

copy to bob.txt delimited with , with character blank

and it does what you want.

BOb
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform