DataSiphon is a data manipulation and transformation utility written in Python. It provides both command-line and graphical interfaces and allows users to easily move data between databases and files, performing "on-the-fly" transformations.
DataSiphon is designed to be a light-weight yet flexible tool for database developers and administrators.
DataSiphon currently supports the following data sources:
· character seperated files (as sources only)
· any relational database with a Python db-api module
· any ODBC connection (via the mxODBC package)
Product's homepage