cancel
Showing results for 
Search instead for 
Did you mean: 

value suppressed after concatenation

Former Member
0 Kudos

Hi Guys,

Im getting a simple error in mappping, the concatenation function throws a supprressed in display queue after mapping the src and a constant to a field on the target side

the src structure is as follows

<Header>

<field1>value1</field1>

<field2>value2</field2>

target is as follows

<header>

<target1>

<target2>

I get the concatenated value in target1 field as value1abc

but when i do the same for target2

i dont get any value..in display queue it shows suppressed

any idea?

Accepted Solutions (1)

Accepted Solutions (1)

former_member187339
Active Contributor
0 Kudos

Hi Ravindra,

Can you paste here the values that you are getting in display queue of concat (in second case). Also try giving delimiter as "-", this is just to see whether we are able to get atleast "-" in output

Regards

Suraj

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Guys,

Mia Kulpa...My fault it was...

I had the saem field repeating twice and had mapped it wrongly..

thank u for ur inputs

former_member200962
Active Contributor
0 Kudos

If I remember you are on PI7.1.....if yes then check this similar thread which talks about values getting suppressed in Concat:

Regards,

Abhishek.

Former Member
0 Kudos

Hi Abhishek,

Now im in a different proj , 7.1 is well on its way and doing gr8..

this one has 7.0 and i see a strange behaviour.. the link u pointed out shows a bug in ifwithoutelse...

but this on is just a plain vanilla concatenate ..wonderign if it works for a field above it..y not for all?