| maverick 2004-10-29, 1:58 pm |
| quote: Originally posted by John
I have a simple issue where I have a comma delimited flat file that I've
created a schema for. I have validated the schema instance on the flat file
and it works. When I run my orchestration on the exact same file the HAT
gives me an error "flat file dissambler..... the stream offset where the
error occurred in 2016." It seems to me it can't match up with the .xsd but
I just validated it. Please help!
John
I had similair problem. This is what I did:
1) Opened the input file in Ultra edit (free download is available)
2) SAW illegal characters in the file.
3) Deleted the illegal characters and made sure that the delimiters specified in the input schema matches with actual file.
Note: It is strange that although Schema will validate the instance it still fails at pipeline level. I do not why? But I solved it by doing the above 3 steps. |