Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append from text file into memo fields
Message
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00908998
Message ID:
00909007
Views:
13
From what I understand, that imports the whole file into one memo field. What I need is to keep the columns distinct and import each record into a table.

Example:

field1="Jack" c(10)
Field2=0.23 i(4)
Field3= "An extremely long, variable text field" m(10)
Field4="Jones" c(20)

Each record has this example structure...but the memo fields are blank upon import. Please tell me I don't have to do a bunch of wierd freads, because it's html in one column and would be rather exciting to parse!

Thanks,

Steve


>Instead of append from - APPEND MEMO m1 FROM text.csv
>
>where m1 is the memo field name
>
>AT
Steve Howie, owner
DaSH Technology
Denver, CO
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform