SSIS Flat file source error - column delimiter not found
I experienced the following errors when importing a csv file: [Flat File Source [1]] Error: The column delimiter for column "TEL" was not found. [SSIS.Pipeline] Error: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on component "Flat File Source" (1) returned error code 0xC0202092. 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. I can identify the data error but the source CSV is too big and I don't know what app I can use to load it for editing (both Excel and Notepad cannot handle it), but my question is not to ask for the fix, I just wonder if I can configure SSIS to skip those errors and continue, I tried to set error and truncate to redirect row and many other parameters such as MaxErrorCount but no avail. Is there a way I can skip those error rows?
June 18th, 2011 10:42am

This issue was answered many times. See this link http://social.msdn.microsoft.com/Forums/en-US/sqlintegrationservices/thread/fe6be73a-d0d5-4d41-8d09-db5fe32f0d68 in which there are two answers so you can choose whatever you like (I personally chose the one using the Flat Data Source that "sees" a file as one column, then I parse it in a script to figure out of the number of commas is correct).Arthur My Blog
Free Windows Admin Tool Kit Click here and download it now
June 19th, 2011 1:28am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics