Hi,
I have just finished writing a csv pipeline component that reads through
the stream of data and identify the corrupted lines and then produce a
memory stream to be passed to BizTalk.
The component works fine when having it by itself in a pipeline "added
in the Decode Stage". Yet, when adding a flat file disassembler in the
same pipeline, I keep getting the following error:
There was a failure executing the receive pipeline:
"FFPipelineComponent.Test.ProcessFF" Source: "Flat file disassembler"
Receive Location: "C:\BtsLocations\FFTest\*.csv" Reason: Unexpected data
found while looking for:
'\r\n'
The current definition being parsed is CSV_Children. The stream offset
where the error occured is 25. The line number where the error occured
is 1. The column where the error occured is 25.
The input and output file format look fine to me, I even used the same
output file to process it using a different pipeline that has only a
flat file disassembler and it seems to work fine.
Is this something to do with the Page code property of the schema or is
there an issue when using a custom pipeline component alongside the
out-of-the-box once?
Any help, ideas, links would highly be appreciated it.
Thank you.
Kam