Flatten nested structure Transformer

Table of contents

  • General description
  • The key field of the “Flatten nested structure” Transformer

General description

The “Flatten nested structure” Transformer helps recursively flatten a nested data structure.

For example, the data structure below represents a nested product category tree structure.


By using the “Flatten nested structure” Transformer, the data structure can be flattened into a single array.

The key field of the “Flatten nested structure” Transformer

  • ChildPath
    This specifies the path within the data that points to the structure to be flattened.