line numbers for all subsequent records after the first one for the same position should be in the format of <Pos No>.<Incremental No

Home Page Forums BizTalk 2004 – BizTalk 2010 line numbers for all subsequent records after the first one for the same position should be in the format of <Pos No>.<Incremental No

Viewing 0 reply threads
  • Author
    Posts
    • #26505

      When multiple records are encounteredin transaction,  the line numbers for all subsequent records after the first one for the same position should be in the format of <Pos No>.<Incremental No>

      xml sample file:
      <orderRequest>
         <lineRequest>
            <LineNumber>1</LineNumber>
             ….
             ….
          </lineRequest>
         
          <lineRequest>
            <LineNumber>2</LineNumber>
             ….
             ….
          </lineRequest>
         
          <lineRequest>
            <LineNumber>3</LineNumber>
             ….
             ….
          </lineRequest>

      </OrderRequest>

       

      Here the second lineRequest should have the lineNumber as 1.1 instead of 2.

      Kndly let me know, how to do it in maps?

       

      Thanks inadvance.

Viewing 0 reply threads
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.