Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CSV blank spaces
Message
De
23/04/2014 11:16:17
 
 
À
23/04/2014 11:08:59
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01598918
Message ID:
01598919
Vues:
59
>CSV problem: when I export a CSV file in VFP7, a blank text field puts a space between " ". My web developer says I can't have the space! Can anyone help? Thanks, Randy

Something like this will open the file, remove all the wrong data, and save it back:
lcFile = "yourfile.csv"
strtofile(strtran(filetostr(lcFile),'" "','""'),lcFile)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform