Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy to delimited
Message
 
 
To
10/12/2000 22:52:38
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00451470
Message ID:
00451474
Views:
24
E C,

You probably have to do it with low-level file functions, like fwrite. See, if you need more assistance on this idea.

>I need to export my Sales Data to CSV file for Accounting software to import.
>
>My problem is the software require a empty line between each record.
>
>I try to insert a empty record between each record to my vfp table and then do the export. Then I got
>
>
>cusid,invNo,amt,date
>c001,123,200.00,01/01/2000
>,,,,
>c002,131,20.00,02/01/2000
>,,,,
>
>But the Accounting software still cannot accept because of ,,,,. So How can I make it like below :
>
>cusid,invNo,amt,date
>
>c001,123,200.00,01/01/2000
>
>c002,131,20.00,02/01/2000
>
>
> Thank in advance.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform