Creating the output structure for your Route - 7.3

Talend Data Mapper User Guide

Version
7.3
Language
English
Product
Talend Big Data Platform
Talend Data Fabric
Talend Data Management Platform
Talend Data Services Platform
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Design and Development > Designing Jobs
Last publication date
2023-01-05

Create an output JSON structure that inherits elements from the input structure you created.

Procedure

  1. Expand the Hierarchical Mapper node and right-click Structure, then click New > Structure.
  2. In the wizard that opens, select Create a new structure where you manually enter elements and click Next.
  3. Select a folder and enter a name for your structure, then click Next.
  4. Select the JSON representation and click Finish.
  5. Right-click the section on the left of your workspace and click New Element to create a root element.
  6. Right-click the root to create a new element named Account.
  7. In the element properties, scroll down to the Inherits From field and click the ... button.
  8. Select your input structure and click OK.
    The elements in the input structure are added under the Account element.
  9. Press Ctrl + S to save your structure.

Results

Your output structure is created, you can now create your Route and use the structures in your map.