Talend Exchange is the place where Talend community can share items
related to Talend opensource products, such as Data Integration, Data Quality and Data Master Management.
Contribution is open to any user, no specific validation is needed.
As soon as you have your forum account, you automatically get a Talend Exchange account.
About: Let you transfer data from a table or a query into a table in an other database.
The necessary schema (not talend schema) will automaticly retrieved from the query and from the metadata of the target table.
There is not data type conversion necessary.
Read from database and write into database occurse simultaniusly by producer/consumer pattern and multithreaded processing.
Database connection can be established within the component or given by separate connection-components.
Bugs fixed:
* where clause can contains the word where (less error prone)
* source table must not set if query is defined
* source connection properties work correctly now
This Java UDI check emails by sending a SMTP request to mail server. the code sample can be found at: http://www.rgagnon.com/javadetails/java-0452.html