Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy to.. type delimited
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01429351
Message ID:
01429376
Vues:
56
There're many ways to do that. For example, you can get rid of (") by post-processing the file created.
COPY TO (lcFileName) TYPE CSV
STRTOFILE( CHRTRAN( FILETOSTR(lcFileName), ["], [] ), lcFileName )
>this way it inserts " " ( wrong way)
>
>Please see below how they want the file
>
>
>Each line of the file contains one record
>
>Each record is a series of data separated by commas
>
>The first record of the file is special, and contains a list of fieldnames.
>
>This defines the format of the rest of the file.
>
>Required fieldnames: these fields must be included in the first record, and defined for each user
>username, password, firstname, lastname, email
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform