I am trying to figure out how to import a CSV file into a legacy Paradox 4.5 for DOS table.
I see there is an Import option, but it replaces the entire table. I want to import the data as new rows into an existing table.
The CSV can be made as "friendly" as needed:
No text fields enclosed in quotes
Either ; or , as separator
No separator character present within any fields
Online documentation for Paradox is scarce. I have a PAL reference for version 4.0 and the book Paradox 4.5 Made Easy. Otherwise, I will attempt to write a program myself.
An example showing how to:
open a text file,
read it line by line,
parse three fields separated by ;,
and assign them to specific table columns
would be greatly appreciated.
Even basic hints on which PAL commands to explore would be very helpful.
Thank you!
--
You received this message because you are subscribed to the Google Groups "TheDBCommunity" group.
To unsubscribe from this group and stop receiving emails from it, send an email to thedbcommunit...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/thedbcommunity/d75bb600-5512-4dcf-b627-4561b75a778bn%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/thedbcommunity/16d10da9-b61d-4766-814a-7f5a23d1dfedn%40googlegroups.com.