cancel
Showing results for 
Search instead for 
Did you mean: 

Sender Nested File structure

Former Member
0 Kudos

Hi All,

I have a file to proxy scenario where the input file consists Nested file. The sample structures are:

Sender:

  Header

     Field1

     Field2

     Node1

        Field1 

        Field2

          Node2

            Field1

            Field2

            Node3

               Field1   

               Field2

      Node1

        Field1   

        Field2

Reciever:

Header:

Field 1

Field 2

Node 1

Field 1

Field 2

Node 2

Field 1

Field 2

Node 3

Field 1

Field 2

Please suggest me, Can i achieve this without using any UDF's.

Either of the way please help me for designing this object.

Thanks in Advance,

CK

Accepted Solutions (1)

Accepted Solutions (1)

former_member184681
Active Contributor
0 Kudos

Hi CK,

I don't think this is possible with graphical mapping, even with UDF, but you can use the Nodeception concept suggested by in his blog:

The blog even gives you the Java mapping code, ready to be used. And it's a solution for a problem exactly identical to yours.

Regards,

Greg

Answers (0)