Table of Contents

Search

  1. Preface
  2. Transformations
  3. Source transformation
  4. Target transformation
  5. Access Policy transformation
  6. Aggregator transformation
  7. B2B transformation
  8. Chunking transformation
  9. Cleanse transformation
  10. Data Masking transformation
  11. Data Services transformation
  12. Deduplicate transformation
  13. Expression transformation
  14. Filter transformation
  15. Hierarchy Builder transformation
  16. Hierarchy Parser transformation
  17. Hierarchy Processor transformation
  18. Input transformation
  19. Java transformation
  20. Java transformation API reference
  21. Joiner transformation
  22. Labeler transformation
  23. Lookup transformation
  24. Machine Learning transformation
  25. Mapplet transformation
  26. Normalizer transformation
  27. Output transformation
  28. Parse transformation
  29. Python transformation
  30. Rank transformation
  31. Router transformation
  32. Rule Specification transformation
  33. Sequence transformation
  34. Sorter transformation
  35. SQL transformation
  36. Structure Parser transformation
  37. Transaction Control transformation
  38. Union transformation
  39. Vector Embedding transformation
  40. Velocity transformation
  41. Verifier transformation
  42. Web Services transformation

Transformations

Transformations

Configure output settings

Configure output settings

Configure properties for the output, including the schema and output format.
The following table describes the output properties:
Property
Description
Schema
Schema that defines the structure of the hierarchical output.
To convert data to Avro, ORC, or Parquet format, click
Auto-generate from sample file
and create an
intelligent structure model
.
To convert data to JSON or XML format, select an existing hierarchical schema or click
Create new schema
. When you create a hierarchical schema for the Hierarchy Builder transformation, refer to Rules and guidelines for hierarchical schemas.
When you update the hierarchical schema, you can choose to retain the existing field mapping.
For more information about intelligent structure models and hierarchical schemas, see
Components
.
Precision
Buffer size for the output.
Null Values
Determines whether the transformation keeps or omits null values in primitive JSON types. Applicable when you associate the transformation with a JSON-based schema.
Output Format
Format for the output data, either string or binary.
Write to file
Determines whether the transformation writes the data to a flat file. When you enable this option, enter the file path in the
File path
field.
You can parameterize the file path only when you enable the
Optimize transformation
property.
Write data to a flat file when the transformation processes a large amount of data and the output field size exceeds 100 MB.
Enable passthrough fields
Determines whether unmapped fields are passed to the downstream transformation.
If there is more than one upstream transformation connected to the Hierarchy Builder transformation, the transformation only passes through fields from the upstream transformation that was connected first.
Generate single output
Determines if the transformation generates a single JSON or XML structure containing all the output elements. By default, the transformation generates a JSON or XML output structure for each output element.
To generate a single output structure, map an incoming group to a recurring element in the hierarchy fields.
For examples of the difference in ouput, see Single output example.
Optimize transformation
Optimizes the processing performance of converting data from relational to hierarchical output at run time.
Default is enabled.
For more information, see Rules and guidelines.

0 COMMENTS

We’d like to hear from you!