Flatfile Schema

Hello, again a problem with the Biztalk 2004 (but should be the same for 2002) I must map the xml-files from Navision to a flatfile with a format like this: 100;220;4304457010138;4304457000009; 120;220;Companyaddress;4304457000009; 120;220;Customeraddress;4304457000009; 200;220;10000;Item 1; 200;220;20000;Item 2; 200;220;30000;Item 3; The first number in the lines identifies the “line type” For example lines with 200 are Sales Lines, 120 are address lines, 100 is the header. Is this possible to create a schema for this at all? thanks

Hi amang, this is definitely possible, and should not be to hard. Create a schema (with flat-file extension). It looks like you have three different records in your Output-schema (with the Tag-Identifier set to the corresponding line-type), and add the respective Child Attributes to your records. Since you have an xml-Input File, you can generate the Input Schema. Cheers Daniel

Thank you for your help. It seems to work now. Here is also a little tutorial, if somebody else need help: http://www.winterdom.com/dev/bts/BTSFFSchemaTut1.html