Working with JSON - 8.0

Talend Data Mapper User Guide

Version
8.0
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
2024-03-28

Talend Data Mapper allows you to work with JSON using the JSON representation. You can create a JSON structure by:
  • Importing an existing file
  • Importing a JSON Schema
  • Creating elements manually
For more information, see Working with structures.
You can update the JSON representation properties to define specific options for reading and writing JSON documents.
Note: When writing JSON, empty elements are emitted with a blank value. For example, integers with no value are written with the value 0 and strings with no value are written with the value "".