Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy to delimited
Message
 
 
À
10/12/2000 22:52:38
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00451470
Message ID:
00451474
Vues:
25
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform