Translating the scenario into a Job
In order to implement this scenario, break down the Job into four steps:
- Create the Job, define the schema for the input data, and read the input file according to the defined schema.
- Set the command to enable the output stream feature.
- Map the data using the tMap component.
- Output the selected data stream.
The finished Job looks as in the following image. For the detailed instructions for designing the Job, read the following sections.