cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping Issue

vijender_p
Active Participant
0 Kudos

Hi experts,

Please help out in this mapping error .

When the Group Name occurs then it should be map with the Table in the Child tables .

I think i have write udf so please  help me out .

Best regards,

vijender

Accepted Solutions (1)

Accepted Solutions (1)

pvishnuvardan_reddy
Active Contributor
0 Kudos

Hi Vijender,

We can achieve this using plain graphical functions itself. Can you try the below one:

Regards

vijender_p
Active Participant
0 Kudos

Hi Vishnu ,

i have used the logic but it is not working !!!

please help me out

when i have tested also it is not working

Input i have send this data

But in output it is not replicating

Best Regards,

Vijender

sahithi_moparthi
Contributor
0 Kudos


Hi Vijender,

   In Constant mention as empty instead of '0'.If possible share us the display queue.

Answers (4)

Answers (4)

Ryan-Crosby
Active Contributor
0 Kudos

Hi,

You are trying to map the value of GroupName to table?  If so then you need to remove the createif function to achieve that.  If that is not the case then I'm unclear based on your description what you are expecting in the target message.

Regards,

Ryan Crosby

suman_saha
Contributor
0 Kudos

Try:

GroupName -> Exists -> Createif -> Table.

former_member186851
Active Contributor
0 Kudos

you can try the below logic.If the GroupName node exists then table field will be created

Former Member
0 Kudos

Hi Vijender,

Please try exists function from Node function instead of using equalsA.

Thanks,

Karthick Jeeva