DataflowBuiltInTransformationMap interface

Dataflow BuiltIn Transformation map properties

Properties

description

A user provided optional description of the mapping function.

expression

Modify the inputs field(s) to the final output field. Example: $1 * 2.2 (Assuming inputs section $1 is provided)

inputs

List of fields for mapping in JSON path expression.

output

Where and how the input fields to be organized in the output record.

type

Type of transformation.

Property Details

description

A user provided optional description of the mapping function.

description?: string

Property Value

string

expression

Modify the inputs field(s) to the final output field. Example: $1 * 2.2 (Assuming inputs section $1 is provided)

expression?: string

Property Value

string

inputs

List of fields for mapping in JSON path expression.

inputs: string[]

Property Value

string[]

output

Where and how the input fields to be organized in the output record.

output: string

Property Value

string

type

Type of transformation.

type?: string

Property Value

string