Flat File Schema Wizerd

Home Page Forums BizTalk 2004 – BizTalk 2010 Flat File Schema Wizerd

Viewing 2 reply threads
  • Author
    Posts
    • #16702

      Hi,

      I created a Flat File Schema. Its work when I have one purchase order in the flat file. If I have more than one purchase order, Its fails. Each purchase order has one header line and unbounded Detail lines.

      What should I have to add to root or any where to make this work?

      Siva

    • #16784

      You will need a structure something like this:

      root delimiter=Postfix 0x0D 0x0A
      –purchaseorder delimiter=Infix 0x0D 0x0A maxOccurs=unbounded
      —-header
      ——fields
      —-lines delimiter=Infix 0x0D 0x0A
      ——line maxOccurs=unbounded
      ——–fields

    • #16785

      Also with the schema specified by greg, you can keep the max occurs to 1 so that it cycles everytime the delimeter is detected.

      • #16787

        Thank you for your help.

        I am looking for  documents or tutoirals about "Functoids in biztalk" with
        exsamples.  Do you know any site where I can learn about Functoids? I never
        used Functoids before, I am new to Biztalk.

        Siva

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