Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Suggestions to extract from large .txt file?
Message
 
 
To
15/09/2017 12:11:21
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01654358
Message ID:
01654365
Views:
49
>>Hi,
>>
>>Since APPEND FROM does not work with MEMO field, I need to extract data from several .TXT files using an alternative approach. I thought of parsing the file with VFP code, loading the file into a string with FILETOSTR(). But the string is too long (the .txt file is about 6 MB).
>>I would appreciate any suggestions?
>
>Append from would ignore memo fields.
>
>There are multiple solutions to the problem.
>
>-Read using Microsoft ACE engine using OLE and cursor adapter.
>-Append to another database like postgreSQL that wouldn't have such problems and get from there.
>-Process the file low level line by line (probably the solution that many VFPers would choose).
>-Request to the source to supply a better format instead :)
>...

Thank you, Cetin. I like that you understand that "requesting the source for another format" requires a smiley :)
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform