Setting up the tWriteJSONField - 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

Procedure

  1. Click tWriteJSONField to display its Basic settings view.
  2. Click Configure JSON Tree to open the XML tree editor.
    The schema of tFixedFlowInput appears in the Linker source panel.
  3. In the Linker target panel, click the default rootTag and type in staff, which is the root node of the JSON field to be generated.
  4. Right-click staff and select Add Sub-element from the context menu.
  5. In the pop-up box, enter the sub-node name, namely firstname.
    Repeat the steps to add two more sub-nodes, namely lastname and dept.
  6. Right-click firstname and select Set As Loop Element from the context menu.
  7. Drop firstname from the Linker source panel to its counterpart in the Linker target panel.
    In the pop-up dialog box, select Add linker to target node.
    Click OK to close the dialog box.
  8. Repeat the steps to link the two other items.
    Click OK to close the XML tree editor.
  9. Click Edit schema to open the schema editor.
  10. Click the [+] button in the right panel to add one column, namely staff, which will hold the JSON data generated.
    Click OK to close the editor.