vendredi 18 mars 2011

sylisa-csv2db is born

Hi everybody,

I am very happy to announce a new utility to import CSV file into SQLite.
http://gitorious.org/sylisa-csv2db

It can import any CSV that excel could generate as well as to normalize it during the import.
It creates the table if needed, and will create also the dimension tables if you want to normalize some fields.

I wrote it without Qt neither boost dependency to be able to compile it quickly on multiple platforms and to be self-contained by including SQLite inside.

I am using CMake to compile it, so it should be really easy to compile on all platforms...

Please send me your feedback if you find it useful and/or if you have any idea for improvement.

@+
Sylvain