Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
COPY TO problem...
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00715003
Message ID:
00715033
Vues:
11
Try This
STRTOFILE(STRTRAN(FILETOSTR('mydata.txt'),CHR(13)+CHR(10),'|'+CHR(13)+CHR(10)),'mydata.txt')
>COPY TO c:\temp\mydata.txt DELIMITED WITH "" WITH CHARACTER |
>
>What happens is that each field is delimited with the pipe character, except for the last field in each row - which is left as a carriage-return. Is there anyway to get that pipe character to be at the end of each line before the carriage-return without writing something else to do it after this copy to command is done?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform