Skip to content

Fold an Array

Description

This activity folds the array in the selected column. Each element of the array will occupy a separate row in the output.

Input

Data only

Output

Transformed data

Configuration Fields

Column Name The name of the column containing the array to be processed.selected from previous activity

Sample Input

IDArray values
1[“A”, “B”, “C”]
2[“X”, “Y”]

Sample Configuration

alt text

Sample Output

IDArray values
1A
1B
1C
2X
2Y