cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping hierarchy structure to flat one

NataliaGlants
Explorer
0 Kudos

Hi,

I have incoming hierarchical structure:

Node(0...3)

Field1

Field2

Outcoming flat structure:

Field1 from Node no.1

Field2 from Node no.1

Field1 from Node no.2

Field2 from Node no.2

Field1 from Node no.3

Field2 from Node no.3

Have any idea how to do this.

Thanks,

Regards,

Natalia.

Accepted Solutions (1)

Accepted Solutions (1)

markangelo_dihiansan
Active Contributor
0 Kudos

Hello,

You can try using the copyValue function and then specify the position to be copied e.g


Field1 --> removeContext --> copyValue[0] --> Node no. 1
Field2 --> removeContext --> copyValue[0] --> Node no. 1
..
..
Field1 --> removeContext --> copyValue[2] --> Node no. 3
Field2 --> removeContext --> copyValue[2] --> Node no. 3

Hope this helps,

Mark

NataliaGlants
Explorer
0 Kudos

Hi,

Thank you very much.

The problem is solved,

Natalia.

Answers (0)