October 2013
Beginner to intermediate
270 pages
5h 41m
English
In one of the previous recipes, we saw how we can print the input and select query for debugging. This recipe shows how this can be achieved for an update, delete, or insert, which are all functions available through tMysqlOutput.
Open the job jo_cook_ch07_0050_printOutputSQL, which is a copy of the job from the previous recipe.
The steps to be performed are as follows:
tJavaRow and link it to tMysqlOutput.System.out.println(((String)globalMap.get("tMysqlOutput_1_QUERY")));tMysqlOutput component and click on the Advanced settings tab.Read now
Unlock full access