show/hide this revision's text 2 added 18 characters in body

If you want to massage the data before importing it, you could take a look at my CSV stream editor, CSVfix - it's FOSS. It can also generate SQL insert INSERT statements for your database if for some reason there isn't a way your database's bulk loading of CSV data doesn't suit you.

show/hide this revision's text 1

If you want to massage the data before importing it, you could take a look at my CSV stream editor, CSVfix - it's FOSS. It can also generate SQL insert statements for your database if for some reason there isn't a way bulk loading CSV data.