Datinator
Graphical database import/export and mapping tool
Datinator is a tool which allows user to import and export data from an arbitrary source (CSV, database, etc.) into an arbitrary target. The key feature is, that the the interface is a GUI which allows easy mapping from the input columns to the output columns along with a rudimentary set of manipulation actions.
New datasources/-targets can be added via a plugin system. Currently there is support for three sources/targets - CSV, SQLite and Oracle.
The tool is written in C++ using Qt 5.2.1...