cancel
Showing results for 
Search instead for 
Did you mean: 

FCC parameters

umesh_badveli
Participant
0 Kudos

Dear all,

I am creating data type with elements and attribute

Header

     --->element 1

     --->element 2

     --->element 3

          Sub node

          --->Attribute 1

          --->Attribute 2


my question is how I need to maintain the FCC parameters for attribute and how I need to maintain the data in .csv File ?

Please Help me

Thanks In  Advance

Umesh Reddy


Accepted Solutions (0)

Answers (1)

Answers (1)

manoj_khavatkopp
Active Contributor
0 Kudos

Hi Umesh,

You can't handle this in FCC as FCC don't support more than 3 level.

So you can modify your structure or use java mapping to bring these nodes in one level as :

MT

Header

     --->element 1

     --->element 2

    --->element 3

Sub node

    --->Attribute 1

    --->Attribute 2


Check this link :

Br,

Manoj

former_member186851
Active Contributor
0 Kudos

Hello Umesh,

You can refer the below link