Skip to main content

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.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!