Hello, i'd like to see a feature to export from a
table, to another table. Or even import from a table to
a table. In the same database or completely different
databases. I could create that feature, if you tell how
to start and where to put it.
Regards,
lottalava
Logged In: YES
user_id=138822
I think you probably want to define the limitations of this
feature because it could grow too much.
But, you'd probably want to define a new main class that
parses a DataTransferDef.
A DataTransferDef contains two or more connections, a list
of DataTransferEntityDef. This is where it starts to unravel
slightly because:
- the DataTransferEntityDef could have one set of attributes
to define the source and target table (this would limit the
table names to be the same) or it could have two sets of
attributes (one for source and the other for target)
The same option could be applied to the columns with the
further complication of export column translators, import
column translators, import column generators.
And all this would solve is not writing out files and
reading files (ie. having a separate export.xml and import.xml).