
B2B DT: Data Transformation JSON Support
Posted by: Informatica B2B
Automatically generate a Parser, Serializer, and XSD for JSON object using Data Transformation Studio.
Overview
NOTE: Starting with version 9.6 Data Transformation provides built-in support for JSON. Use this Marketplace block with older versions of Data Transformation.JSON (JavaScript Object Notation) is a lightweight, language independent, data-interchange format based on a subset of the JavaScript Programming Language.It is built on two universal data structures:
- A collection of name/value pairs. In various languages, this is realized as an object, record, struct, dictionary, hash table, keyed list, or an associative array.
- An ordered list of values. In most languages, this is realized as an array, vector, list, or sequence.
Features
Enhances Data Transformation Studio with the capability to automatically generate a Parser, Serializer, and XSD for a given JSON object.- Data Transformation 9.1 and above is required.