Notes about schema for tFilterRow
Depending 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.