Thanks.
Yes I have checked all that. The problem that led me to this is as follows:
I have 2 orchs in the same project – the first one outputs a csv file (works fine). The second one consumes the CSV file. The FF receive pipeline on Orch2 uses the same schema as the FF send pipeline on Orch1.
Orch1 outputs a CSV file but when it comes time to conusme the same file into Orch 2’s FF receive pipeline it fails with the following error:
There was a failure executing the receive pipeline: “xxxx.Pipelines.yyyy_Invoices_In_CSV” Source: “Flat file disassembler” Receive Location: “C:\temp\xxx\Out\*.csv” Reason: Unexpected data found while looking for:
‘
‘
The current definition being parsed is Document_Header. The stream offset where the error occured is 157. The line number where the error occured is 2. The column where the error occured is 91.
TIA