Populating a MySQL data warehouse
This scenario applies to all Talend products.
For more technologies supported by Talend, see Talend components.
The following Java scenario creates a three-component Job that populates a data warehouse. A tMysqlInput component reads your customer data stored in the Customer base. A tMap component allows you to modify this data and the modifications are transmitted to the Leadfact table in the CRM database through a tMysqlOutput component.