Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Aggregation Using For-Each-Group in Mapper

edited Apr 9, 2020 12:24PM in Integration 7 comments

Summary

Aggregation Using For-Each-Group in Mapper

Content

I have the following data input:

<production>
  <entry>
    <part>AAA</part>
    <line>Line 1</line>
    <quantity>1000</quantity>
    <transactionDate>2020-04-01T00:00:00Z</transactionDate>
  </entry>
  <entry>
    <part>BBB</part>
    <line>Line 2</line>
    <quantity>100</quantity>
    <transactionDate>2020-04-01T00:00:00Z</transactionDate>
  </entry>
  <entry>
    <part>CCC</part>
    <line>Line 1</line>
    <quantity>10</quantity>
    <transactionDate>2020-04-01T00:00:00Z</transactionDate>
  </entry>
  <entry>
    <part>AAA</part>
    <line>Line 1</line>
    <quantity>1000</quantity>
    <transactionDate>2020-03-01T00:00:00Z</transactionDate>
  </entry>
  <entry>
    <part>BBB</part>
    <line>Line 1</line>
    <quantity>100</quantity>

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!