November 2017
Beginner to intermediate
290 pages
7h 34m
English
Often, it is necessary to transform incoming tuples by adding new fields to them. As an example, an incoming transaction may contain a customer ID and the corresponding customer name or address should be added from a lookup source. The enricher operator essentially joins a stream with a lookup source and supports lookup from files or JDBC source (Loader) as well as from custom sources.
Lookups are cached. Input and output stream schema are configured with the POJO class and the operator will transform the incoming objects by adding fields from the lookup source. Here are some useful links:
Read now
Unlock full access