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.
A complete Job looks as what it displays in the following image. For the detailed instruction for designing the Job, read the following sections.