Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Text delimited file
Message
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00686400
Message ID:
00686407
Views:
17
try this:
COPY TO xx.lst DELIMITED WITH TAB
*-- now remove the '"' character of the tab delimited file
STRTOFILE(STRTRAN(FILETOSTR('xx.lst'),'"',''),'xx.lst')
>All:
> I have a table and from the table I want to convert the data to TAB DELIMITED text file. From Fox, I use the COPY TO function to create the TAB DELIMITED file. Question: I need to delete the " " that appears in my text file periodically. I want a TAB DELIMITED file only on both character and numeric values without any
>quotation marks around them.
>
> P.S. I already tried .sdf format.
>
>Thank you
>MA
Previous
Reply
Map
View

Click here to load this message in the networking platform