SQLite Import tools
Posted: Tue Aug 04, 2009 4:47 pm
I'm trying to transfer data over from an old database into an SQLite db by exporting a .csv file from the old database and importing it into the SQLite db.
Some of the data in the old db includes carriage returns and also tabs, commas, and semi-colons. These characters are all use as either column or row separators.
The data containing those characters is enclosed in quotes but all the import tools I've tried so far treat them as separators in spite of that which results in a lot of import errors.
Does anyone know of an import tool that will deal with this situation? I have a couple of workarounds in mind but would be easiest if I could find an import tool.
Thanks,
Pete
Some of the data in the old db includes carriage returns and also tabs, commas, and semi-colons. These characters are all use as either column or row separators.
The data containing those characters is enclosed in quotes but all the import tools I've tried so far treat them as separators in spite of that which results in a lot of import errors.
Does anyone know of an import tool that will deal with this situation? I have a couple of workarounds in mind but would be easiest if I could find an import tool.
Thanks,
Pete