Extract Fields

Overview

The Extract Fields separates an existing field by using delimiters to generate new fields.

Input and Output

Parameter Description

Table 1 Operator parameter description

Parameter

Description

Type

Mandatory

Default Value

Input field name

Name of a field to be separated. Set this parameter to the name of a field generated in the previous conversion step.

string

Yes

None

Delimiter

Delimiter.

string

Yes

None

Fields extracted

Fields generated after field separation. Multiple fields can be generated after field separation.

  • position: Position of fields generated after field separation.
  • output field name: Names of output fields.

map

Yes

None

Data Processing Rule

Example

Use the CSV File Input operator to generate field A.

The following figure shows the source file.

Configure the Extract Fields operator, set Delimiter to blank space, and generate three fields B, C, and D.

After conversion, fields A, B, C, and D are generated, as shown in the following figure.