Blog Stats
  • Posts - 26
  • Articles - 2
  • Comments - 27
  • Trackbacks - 8

 

July 2006 Entries

BizTalk 2004 - Parsing flat files with optional records

For a project, I have been setting up a schema using the flat file extension. The file to read looks like a modified Edifact message. This is what it looks like: PNA,H123 LIN,2,XYZ0001 RFF,REFNO01 IMD,C,CODE1, VALUE1 IMD,C,CODE2,VALUE2 IMD,C,CODE3, VALUE3 The schema was created so that it reflects the structure of the message. For reading flat files, a few things had to be changed: Add the flat file extension to the schema Set the tag-identifier for each record that can be in the flat file (note:...

 

 

Copyright © Erwin Homan