cancel
Showing results for 
Search instead for 
Did you mean: 

Concate

Former Member
0 Kudos

Hi,

Does concate function takes blank values. For example if the source has two elements, first element has <b>2</b> values, second has <b>4</b> values. If the two source elements are concated to single target element, how many values does it contain.

Any ideas please.

Thx in advance

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

if the elements you concatenate has blank values, output will be blank.

i guess, it should be 6 for your second questions, unless i dont understand your question correctly

Former Member
0 Kudos

hi archana,

let me ask u clearly

When a source node has 2 elements and one element has 2 values and other element has 4 values and when these 2 elements are concatenated and mapped to one target element how many values will be there in target element.

Thx.

prabhu_s2
Active Contributor
0 Kudos

it is 4+2 = 6...it will consider the entire text as a string and hence the blank space ,if any, will also be converted when we use concat

Former Member
0 Kudos

Hi,

Your question is

<element1> a </element1>

<element1> b </element1>

<element2> 1 </element2>

<element2> 2 </element2>

<element2> 3 </element2>

<element2> 4 </element2>

If these two ar concated what it the output right?

The last element in "less" number elements will be reapeated.

For the above input the output will be:

a1

b2

b3

b4.

The "b" will be repeated.

Hope this answers your question.

Regards,

P.Venkat

Answers (1)

Answers (1)

agasthuri_doss
Active Contributor
0 Kudos

Hi,

In between space will not be considered.

Regards

Agasthuri Doss