Components show
Name:
XMLExtract
Description:
Reads data from XML files, converts elements matched by mapping along with their children to data records and sends them to different connected output ports as defined by mapping.
SVN (Subversion) code repository
Anonymous (read only) SVN Access
This project's SVN
repository (on BerliOS.de server) can be
checked out through anonymous (svnserve) SVN with the following instruction set.
svn checkout svn://svn.berlios.de/cloveretl/trunk
Anonymous SVN Access via HTTP
This project's BerliOS Developer SVN repository can be checked out through anonymous HTTP with the following instruction set.
svn checkout http://svn.berlios.de/svnroot/repos/cloveretl/trunk
Developer SVN Access (r/w) via SSH
Only project developers can access the SVN tree via this method. SSH2 must be installed on your client machine. Substitute developername with the proper value. Enter your site password when prompted.
svn checkout \ svn+ssh://developername@svn.berlios.de/svnroot/repos/cloveretl/trunk
Developer SVN Access (r/w) via HTTPS
Only project developers can access the SVN tree via this method. Substitute developername with the proper value. Enter your site password when prompted.
svn checkout \ https://developername@svn.berlios.de/svnroot/repos/cloveretl/trunk
Modulenames you can choose to checkout
(more than likely you will need them all))
| cloveretl.engine | this is the top of the code tree for Clover.ETL framework |
| cloveretl.bulkloader | implementation of various DB bulk-loaders (Oracle, DB2, MS SQL, MySQL, PostgreSQL, ...) |
| cloveretl.component | various transformation components (readers, writers, joiners, ..etc..) |
| cloveretl.connection | code for various kinds of connections (JDBC, JMS, ...) |
| cloveretl.lookup | implementation of various kinds of lookup-tables (Simple, Range, DB) |
| cloveretl.sequence | implementation sequences |
| cloveretl.thirdparty | third-party code/components donated to Clover.ETL project |
| cloveretl.tlfunction | implementation of built-in functions for CTL (Clover Transformation Language) |