Generate Custom Insert SQL statements from a csv file March 9, 2011 mariuz One comment Question of the day : I need to import a csv file into Firebird and I’ve spent a couple of hours trying out some tools and none fit my needs. tagged with csv, import
use the csv-file as an external table. Then you can use SQL to copy the data from the external table to your destination table – with all the possibilities of SQL.
See http://www.firebirdsql.org/index.php?op=useful&id=netzka