tJSONValidator
Validates the data based on the given JSON schema.
This component is not shipped with your Talend Studio by default. You need to install it using the Feature Manager. For more information, see Installing features using the Feature Manager.
tJSONValidator Standard properties
These properties are used to configure tJSONValidator running in the Standard Job framework.
The Standard tJSONValidator component belongs to the Data Quality family.
Basic settings
Properties | Description |
---|---|
Schema and Edit Schema |
|
Allocate | Define the schema against which the data of each column must be
validated. The schema can be a local file or a HTTP protocol. |
Die on error |
Select the check box to stop the execution of the Job when an error occurs. Clear the check box to skip any error and continue the Job execution process. |
Advanced settings
Properties | Description |
---|---|
tStatCatcher Statistics |
Select this check box to gather the Job processing metadata at the Job level as well as at each component level. |
JSON schema draft version | Select the version to be used when $schema is not defined
in the JSON schema. This option is ignored when $schema is defined. |
JSON schema file encoding | Select the encoding from the drop-down list. |
Custom encoding | This option is available when Other is selected as
JSON schema file encoding. Enter the encoding name. |
Usage
Usage guidance | Description |
---|---|
Usage rule |
This component is used as an intermediate step. It requires an input and output flows. |