Flat File Schema

Home Page Forums BizTalk 2004 – BizTalk 2010 Flat File Schema

Viewing 1 reply thread
  • Author
    Posts
    • #17836

      I want to create a flat file schema that reads the first 160 characters of text and ignores the rest. The schema will read a POP3 email message body and then use a web service to forward the text as SMS.

      I have everything working already but the message is spilt into multiple items if the body contains over 160 characters.

       Any ideas?

       

    • #17837

      You need to define an element for the 160 bytes and then an element for the rest of the message, to consume that.

      What is is doing is satisfying the criteria of 160 bytes defined by your schema and then assuming that subsequent data are additional message in a batch.
       

      -wa 

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