Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Removing CR * LF from CSV file
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01440894
Message ID:
01440908
Vues:
56
>>Try using filetostr/strtofile functions and then CHRTRAN or STRTRAN functions.
>>
>>lcFileStr = filetostr('myFile.txt')
>>lcFileStr = chrtran(m.lcFileStr, chr(13) + chr(10),'') && to remove all of them at once - the file will be one long line now
>>
>>strtofile(m.lcFileStr,'myFile1.txt')
>>
>>append from myFile1.txt
>
>Because they foul up the append
>
>Thanks

I'm not sure how, but using the code like above for small files or low-level file operations for bigger files may help you out.
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