|
Home > Archive > BizTalk Server Tools > June 2004 > Flat File Parsing issue
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Flat File Parsing issue
|
|
|
| I have a simple flatfile with one record.
7*103*PV 8/003350*Joe Bloggs*6*7*8*9*0*11*719***<crlf>
The record's first field is 7 and is actual data. Now I can get the file to
validate perfectly in VS. However, when I use the spec within the runtime
in a FF Disassmbler it fails with "Unexpected data found while looking for:
'*'". Now I can fix this by using setting the Tag Identifier to 1, but
obviously I need the data so I cannot do this. It also happens to be a
promoted field.
How can I get this to parse without setting the Tag identifier property of
the parent node? Do I have to set a Tag Idenifier for a delimed Flat file?
If not what am I doing wrong?
Thanks in advance
Mig
| |
| David Downing [MSFT] 2004-06-26, 10:53 am |
| Mig,
It seems to me like the error is indicating that your schema has more
fields than are present in the instance data... not fully understanding the
record structure your using it's difficult to know for sure. In general
for simple flat file structure, you shouldn't need a tag unless there is
the possibility of ambiguity when matching records.
Can you attach your schema and instance file for us to take a look at? If
you can't attach the files, cut/paste them directly into a post using
notepad.
Thank you,
Dave
--------------------[vbcol=seagreen]
cpmsftngxa10.phx.gbl!TK2MSFTFEED01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12
.phx.gbl[vbcol=seagreen]
to[vbcol=seagreen]
for:[vbcol=seagreen]
file?[vbcol=seagreen]
This posting is provided "AS IS" with no warranties, and confers no rights.
EBusiness Server Team
|
|
|
|
|