|
|
| · · · · · · · | |
|
Re: Import from CSV - Questions
To be
honest I didn't realise it was there. The tool I have in mind for more general
data movement is a simplified version of something like Microsoft's DTS,
essentially with input, transform and output modules. The input modules might
get data from ODBC or a CSV file for example, the transform module would allow
either straight mapping of source to target columns, and (probably) python based
transformation for more complex stuff, and the output module would insert the
data into PostgreSQL, a CSV file or and ODBC data source
etc.
That
is clearly a complex project though... An alternative might be a simple wizard,
activated by a 'load data' option on the table context menu
Magnus
was also talkng about XML export (and import?) so perhaps he has some ideas.
Great
- we're happy to work with new developers whenever we
can.
Regards, Dave
|