Looking up data with a Stream lookup step

Suppose that you have a list of people along with their nationalities, and you want to find out the language that they speak. This is a typical case where you have to look for information in another source of data, your main stream is the dataset with people information, and you need a secondary stream with information about the languages. This secondary stream is where we will look for new information. In PDI, we do that with the Stream lookup step.

To explain how to use this step, we will implement the proposed exercise where we will read a list of people and find out the languages that people on the list speak:

  1. Create a new Transformation.
  2. By using the Get data from XML step, read the file with ...

Get Learning Pentaho Data Integration 8 CE - Third Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.