cancel
Showing results for 
Search instead for 
Did you mean: 

problem with mapping

Former Member
0 Kudos

Hi all,

I have a problem with the message mapping.

My source structure:

<item>

<first>1

<second>2

<item>

<first>2

<second>2

<item>

<first>1

<seconde>2

My target structure:

<messageType>

<datatype>

<first>

<second>

After the mapping, I save the data via file adapter on a filesystem.

But I want only create a datarow in my targetfile when the field <first> have the value 1 in my source structure.

In the mapping I mapped the field <first> from the source(if it is 1) to the field(structure) <datatype> .

But now the problem is,as soon as field first of the source structure is 2

the Xi ignore all the following <item>

Have anyone a idea how to realize this mapping?

thanks in advance

An

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Use CreateIf and filter on First = 1.Should solve ur problem..