Quantcast
Channel: SCN : All Content - Process Integration (PI) & SOA Middleware
Viewing all articles
Browse latest Browse all 7030

Mapping question: IDOC to target

$
0
0

I have question related to PI mapping.

 

Requirement:  If there are n occurrences in source node, there should be n+1 occurrences on the target Node2  where the first occurrence is derived from other node field.


 

 

Source


<row1>

          <Value>1</Value> 

</row1>

<row1>

          <Value>2</Value>

</row1>

<row1>

          <Value>3</Value>

</row1>

 

 

To

 

<row>

  <Value>A</Value> 

</row>

<row>

  <Value>1</Value> 

</row>

<row>

  <Value>2</Value>

</row>

<row>

  <Value>3</Value>

</row>

 

 

How can achieve this? Hope I'm clear with my question.

 

Thanks in advance.


Viewing all articles
Browse latest Browse all 7030

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>