October 2013
Beginner to intermediate
270 pages
5h 41m
English
This is probably the most-used job design in Talend programming, and is used to ensure that a snippet of new code is not influenced by external factors within a large and complex job. This simple recipe shows how this can easily be achieved.
Open the jo_cook_ch10_0140_logicTest job.
The steps for testing logic are as follows:

customer.age >= 21 && customer.country.equals("UK") ...Read now
Unlock full access