Schema Transformer Processor

Schema Transformer transforms the desired schema in a format which is expected at the next processor. In other words, you can use this processor in those pipelines where you want to transform the incoming schema.

You can use schema transformation processor for performing cast, rename and projection operation on incoming schema collectively.

You can edit the Column Alias and set a new Data Type. The transformed schema will further flow into the pipeline and the new schema will be available on the next processor.

The checkbox allows you to select the columns that can be projected on to the next operator.

Schema Transformer Processor Configuration

To add a Schema Transformer processor to your pipeline, drag the processor onto the canvas and right-click on it to configure.

Click on the NEXT button. Enter the notes in the space provided.

Click DONE for saving the configuration details.

Top