Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy To - Tab Delimited
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01170764
Message ID:
01170800
Vues:
7
Hi!

The problem with that approach is that if some columns have a double quote in them as part of its data then I will be messing up that as well.

Sarosh

>>Hi!
>>
>>I need to export a VFP9 SP1 table (dbf) to a Tab Delimited file (txt).
>>
>>Use MyTable
>>Copy To Output.txt Delimited With Tab
>>
>>
>>The output file is Tab Delimited but all charater columns are enclosed with double quotes (""). How can I get rid of these double quotes?
>>
>>Sarosh
>
>Copy To Output.txt Delimited With Tab
>STRTOFILE(STRTRAN(FILETOSTR("Output.txt"),["],[]),"Output.txt")
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform