Notes about schema for tFilterRow
Last updated: 9/7/2025Depending on the outgoing flow or flows, in addition to the output schema named after the component unique name, you need to define for this component a schema named FILTER for the accepted data and/or a schema named REJECT for the rejected data. The last column definition of the REJECT schema should be:
addColumn {
NAME: "errorMessage",
TYPE: "id_String",
LENGTH: 255,
PRECISION: 0
}For how to define a schema, see Defining a schema in a Job script.