jwcane2003 wrote: > Looking for a safe and reliable import process from csv data to firebird db. > Any pointers or other info appreciated.
Take a look at XMLWizard, it imports CSV, XML, and flat files and also has data comparer, so you can visually compare the database contents with CSV file (in case you need to import differences or cherry-pick the changes): http://www.guacosoft.com/xmlwizard Latest version can also be automated from the command line (.bat file or shell script) just run it like this: xmlwizard.exe /? or xmlwizard --help Regards, -- Milan Babuskov ================================== The easiest way to import XML, CSV and textual files into Firebird: http://www.guacosoft.com/xmlwizard ==================================
