How to output non-duplicated records

Home Page Forums BizTalk 2004 – BizTalk 2010 How to output non-duplicated records

Viewing 1 reply thread
  • Author
    Posts
    • #13618

      I need to do a checking in map, something like:

      for each input record

      is ID the same as previous one?
      is Code the same as previous one?
      is amount the same as previous one?
      is Date the same as previous one?

      if not, output the record; otherwise ignore

      how can I do it

    • #13619

      There are a number of ways to do this.
      One is to use a custom Xslt with a <xsl:key>
      If you can post your schema, I can show you how this would work.

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