Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Problems with flatfile parsing › Re: Problems with flatfile parsing
January 18, 2007 at 6:57 AM
#17301
In simple form my Flatfile looks like this
<CustomerID>;<ProductID>;<Productname>;<andSoOn>;
<CustomerID>;<ProductID>;<Productname>;<andSoOn>;
<CustomerID>;<ProductID>;<Productname>;<andSoOn>;
…
my schema looks like this
<Schema>
– ClaimList
– Claim
– CustomerID
– ProductID
– Producname
– andSoOn
max occurs are set to 1 so it breaks down the flatfile to several messages.
Then it comes to an orchestration where the values are mapped to another schema and then thex come to the sendport (also File)