cancel
Showing results for 
Search instead for 
Did you mean: 

Blank Tag in Target payload

Former Member
0 Kudos

Hello Experts,

I am getting blank tag in target payload like <Detail_Record/>.

Source structure:

MessageType

   >1Detail_Record

              >2ISP_COM

                        >3CCDM_SWITCH

              >2abc

              >2def

             

Target Structure:

MessageType

    >Detail_Record

Mapping Conditions:

If any one of the below condition satisfies, Source field 1Detail_Record directly mapped to target field Detail_Record.

1.2abc = 173 And 2def = "OR"

2.2abc = 04 And 3CCDM_SWITCH = 3

3.2abc = 00 And 2def = "OR"

Issue details:

When ever duplicate data comes from source, we are getting blank tag in target payload.

Duplicate data like (Input Payload):

>1Detail_Record

             >2ISP_COM

                       >3CCDM_SWITCH

             >2ISP_COM

                       >3CCDM_SWITCH

             >2abc

             >2def

Blank Tag in Target payload (Output payload):

- <MessageType>

+ <DETAIL_RECORD>

</DETAIL_RECORD>

<DETAIL_RECORD />

</MessageType>


I have mapped with all those 3 conditions and changed the context of source field 3CCDM_SWITCH from 2ISP_COM to 1Detail_Record.

Still getting issue.. Please help on this.I do not want duplicate tag in my target payload.

Regards,

Neelima.

Accepted Solutions (1)

Accepted Solutions (1)

Harish
Active Contributor
0 Kudos

Hi Neelima,

Please change the context to 1Detail_Record. Can you provide the screenshot of the mapping to check the issue.

Regards,

Harish

Former Member
0 Kudos

Thanks Harish, Actually issue resolved on that day only, issue was with input file, not XI mapping issue, i have changed context before only and now everything is working fine.

Thank you for your help.

Regards,

Neelima.

Answers (1)

Answers (1)

markangelo_dihiansan
Active Contributor
0 Kudos

Hello Neelima,

Shouldn't it be really blank since there is no value for DetailRecord?

Regards,

Mark