Table of Contents

Search

  1. Preface
  2. Introduction to Informatica Big Data Management
  3. Mappings in the Hadoop Environment
  4. Mapping Sources in the Hadoop Environment
  5. Mapping Targets in the Hadoop Environment
  6. Mapping Transformations in the Hadoop Environment
  7. Processing Hierarchical Data on the Spark Engine
  8. Configuring Transformations to Process Hierarchical Data
  9. Processing Unstructured and Semi-structured Data with an Intelligent Structure Model
  10. Stateful Computing on the Spark Engine
  11. Monitoring Mappings in the Hadoop Environment
  12. Mappings in the Native Environment
  13. Profiles
  14. Native Environment Optimization
  15. Cluster Workflows
  16. Connections
  17. Data Type Reference
  18. Function Reference
  19. Parameter Reference

Big Data Management User Guide

Big Data Management User Guide

Hierarchical Data Conversion

Hierarchical Data Conversion

In the Developer tool, use
Hierarchical Conversion
wizards that simplify the tasks for developing a mapping to process hierarchical data on the Spark engine. These wizards add one or more transformations to the mapping and create output ports. The expressions in the output ports use complex functions and operators to convert relational data to hierarchical data or hierarchical data to relational data.
The following table lists the hierarchical conversion wizards and when to use these wizards:
Hierarchical Conversion Wizard
When to Use
Create Struct Port
To convert relational and hierarchical data to struct data. For example, you want to convert data in one or more columns of any data type to hierarchical data column of type struct.
Create Nested Complex Port
To convert relational and hierarchical data in two tables to a nested struct data. You can select one or more columns of any data type. For example, you want to convert data in columns from two tables to a hierarchical data column of type struct with a nested schema. The wizard creates a struct with an array of structs.
Extract from Complex Port
To convert hierarchical data to relational data or modify the hierarchical data. For example, you want to perform the following conversions:
  • Convert one or more elements of primitive data types in a hierarchical data to relational data columns.
  • Convert one or more elements of complex data types in a hierarchical data to hierarchical data columns.
Flatten Complex Port
To convert hierarchical data to relational data. For example, you want to convert one or more elements of a hierarchical data to relational data columns.

0 COMMENTS

We’d like to hear from you!