Add an custom data import option
Brought to you by:
agrebnev,
perez_martin
It would be nice to allow custom data import. An XML
format could be defined, or maybe some Java interfaces
to allow data import from several storages.
So, our users would only have to XSL formate their data
(databases, legacy files, ...) to the XML import
mechanism; or they would only have to provide an
implementation of an special adapter.
Within the client you could have an option to import
random XML data, or to load and execute random import
adaptors.