October 2013
Beginner to intermediate
270 pages
5h 41m
English
Often it is necessary to ensure that a column contains only values as defined in a list. This recipe shows how this can be achieved using a tMap expression.
Open the job jo_cook_ch03_0040_tMapValuesInList. You will notice that the job is very similar to the previous recipe Rejecting rows using tMap.
tMap and click the expression builder button (…), and add the test criteria, as shown in the following screenshot:
The tMap conditions are the same as Java conditions, so the symbol || (pipe pipe) ...
Read now
Unlock full access