Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem in Exporting to Text Files
Message
From
23/04/1997 01:05:43
Vinod Parwani
United Creations L.L.C.
Ad-Dulayl, Jordan
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00029212
Message ID:
00029357
Views:
21
>>I want to Export Database to txt file, I want the output like this
>>
>>Field 1 Field 2 Field 3 Field 4
>>xxx xxxxxxxx xx xxxx
>>xx xxxxxx x xxx
>>
>>Copy to command either transfers it in this way :-
>>
>>xxx,"xxx",xxx
>>
>>or
>>xxx "xxx" xx
>>
>>Pls Advs.
>
>Hi Vinod,
>
> The first result is a comma-quote delimited text file and the second is a quote delimited text file. The reason for this is for importing into a spreadsheet. The delimiters are used for placing values in different cells. In your example your three fields are numeric,character,numeric which is why they come out that way. One way to get the results you want is to print the fields to a text file in the format you want.


Thanks for your Reply, I best way finally I found was List to file. that transfered the exact output which I want
Previous
Reply
Map
View

Click here to load this message in the networking platform