I get an error when I try to start my SSIS Package , the error is:
[Flat source file [1]] Error: The column delimiter for column "Column" 8 "was not found.
[Flat source file [1]] Error: A line error occurred while skipping data.
[SSIS.Pipeline] Error: SSIS error code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on the Flat Source File component (1) returned error code 0xC0202091. The component returned a failure code when called PrimeOutput (). The meaning of the failure code is determined by the component, but the error is fatal, and the pipeline has stopped executing. Prior to this, error messages may appear with additional information about the failure.
Most csv load without problems, but several csv do not even exist before the package works fine for many years.
source share