October 2013
Beginner to intermediate
270 pages
5h 41m
English
Now that we have the Talend schemas available, we can start to use them to access the data in the database.
Create a job jo_cook_ch07_0010_readTables.
The default mode of reading a table in Talend is to read all the rows and columns of a table:
customer table from the left-hand side panel. This will open up a list of options.tLogRow component and create a flow between tMysqlInput and tLogRow. Change the Mode of tLogRow to table.In many cases we do not want the whole table, so it is more efficient to filter the data in the database via a query:
tMysqlInput and change ...Read now
Unlock full access