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

Click here to load this message in the networking platform