| Author: | Andreas Heger |
|---|---|
| Release: | $Id$ |
| Date: | December 09, 2013 |
| Tags: | Python |
create a table from a csv separated file and load data into it.
This module supports backends for postgres and sqlite3. Column types are auto-detected.
Todo
Use file import where appropriate to speed up loading. Currently, this is not always the case.