Output data
The tMap component is used to select the id, CustomerName and CustomerAge columns from the input data. Then the selected data is output using the output stream feature.
Thus the expected output data should have the following structure:
-
id (Type: Integer)
-
CustomerName (Type: String)
-
CustomerAge (Type: Integer)
All the three columns above come from the respective columns in the input data.