I get an error message when I try run my SSIS Package, I get an error:
[Flat File Source [1]] Error: The column delimiter for column "Column 8" was not found.
[Flat File Source [1]] Error: An error occurred while skipping data rows.
[SSIS.Pipeline] Error: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on component "Flat File Source" (1) returned error code 0xC0202091. The component returned a failure code when the pipeline engine called PrimeOutput(). The meaning of the failure code is defined by the component, but the error is fatal and the pipeline stopped executing. There may be error messages posted before this with more information about the failure.
Most of the .csv files load successfully, but a handful of .csv files don't. Prior to this error the package has been working fine for years.