There isn't much to learn..but if you want to hand parse the text lines, by all means go for it. There really is nothing magical about massaging text files into database tables..it is usually just a bunch of grunt type work.
You could always dump the data XML instead of CSV...that gives you a bit more flexibility.
I have a script that would let you do that - you use a Base file connected to the Calc file and the script just dumps either the entire "sheet as table" or a query result to a simple XML file. No decent UI for the script, but you just add two lines to the file, dbName and table or query name and run it.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
