Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Appending from csv just first column
Message
De
19/08/2004 06:35:51
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00934429
Message ID:
00934440
Vues:
29
>Hello Tore,
>
>> Is the structure of the tables the same as that of the csv files? Does the > CSV use any special delimiters?
>
>Yes the structure of the table is the same. I don't think that the csv file use any special delimiters, just a ";", but I think for a csv file that is standard.
>
>Thanks beforehand.
>
>Zakaria al Azhar

No its not. CSV means CommaSeparatedValue and the separator is a comma not ;
Workaround :
append from mycsvfile type delimited with character ";"
and drop the first line (header - which is standard for CSV files)
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform