transform

A transform step can be used to merge, filter, or reformat data using HCL functions. While you can transform the data "inline", it is often useful to:

  • transform the data once and use the transformed data in multiple places
  • transform the data through multiple distinct steps to makes it easier to troubleshoot / maintain
  • perform conditional logic as part of the data transformation

Arguments

ArgumentTypeOptional?Description
valueAnyRequiredThe step value. Usually, this is the field where you will transform the data

This step also supports the common step arguments and attributes.