Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Sample FlatFileDiss… › Sample FlatFileDiss…
February 8, 2006 at 10:03 AM
#12827
The parser needs to know how to identify the result line.
You can use the Tag property in the record definition.
e.g.
LField1Field2Field3Field4Field5
LField1Field2Field3Field4Field5
…..
LField1Field2Field3Field4Field5
RField1Field2
You can define an L record Tag = \”L\” maxoccurs = unbounded and a Result record Tag = \”R\” maxoccurs = 1.
The Tag data is not preserved
Is there any data within each record that is specific to that record type.
and is you file delimited or positional
Can you post an example of the actual data you are trying to parse.