Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Appending CSV File
Message
From
30/08/2005 11:02:53
 
 
To
30/08/2005 10:55:14
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01045166
Message ID:
01045169
Views:
29
This message has been marked as the solution to the initial question of the thread.
From HELP of APPEND FROM ..

CSV
Include CSV to import data from a comma separated value file. A CSV file has field names as the first line in the file; the field names are ignored when the file is imported.


>I'm doing an APPEND FROM a CSV file. If the first line of the file is empty, I get both lines of data. If the first line of the file is not empty, then I only get the 2nd line of data. What's up with that?
>
>Get both lines of data:
>
>
>Just a carriage return on this line...
>"012345678  ","362.00","0.00"
>"123456789  ","151.20","0.00"
>
>
>Only get 2nd line of data:
>
>
>"012345678  ","362.00","0.00"
>"123456789  ","151.20","0.00"
>
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform