Skip to main content

Notes about schema for tFilterRow

Last updated: 9/7/2025

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.

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 – please let us know!