Configuring a JSON Tree - 7.3

Processing (Integration)

Version
7.3
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > Processing components (Integration)
Data Quality and Preparation > Third-party systems > Processing components (Integration)
Design and Development > Third-party systems > Processing components (Integration)
Last publication date
2024-02-21

When configuring a JSON tree, the default type of an element is string. If an element is not of type string, you need to add an attribute for the element to set its type.

  • For an integer, double, float, or boolean element, you need to add an attribute named type and set its static value to integer, number, float, or boolean respectively.

  • For an array element, you need to add an attribute named class and set its static value to array, and then add a sub-element named element set as a loop.

  • For an object element, you need to add an attribute named class and set its static value to object.

The following figure shows an example of JSON tree configuration: