Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Text file with tabs
Message
 
 
À
30/04/2015 17:56:24
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01619304
Message ID:
01619308
Vues:
74
This message has been marked as the solution to the initial question of the thread.
>Hi All:
>
>I have a table with all fields character. How can I produce a text file where all the fields are separated by tabs, BUT I do not want the fields themselves delimited with a delimeter.
>
>So
>
>
>cat   hat   bat  1/3/2015
>
>
>NOT
>
>
>"cat"   "hat"    "bat"   "1/3/2015"
>
>
>Thanks!
>
>Yossi

Try
COPY TO 'TabDelimitedFile.txt' DELIMITED WITH "" WITH CHARACTER TAB
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform