Hi All,
I have a SSIS 2005 package where in the Flat file connection manager, I have specified two columns, with CR - LF as Row delimiter and Comma as Column delimiter(,).
Sample file:
Id, Name
1,Raj
2,ABC
3,DEF
But during run time I placed a file similar to below structure,
Id
1
2
3
As you can see, there is one column totally missing. And I don't expect SSIS to dynamically handle this, rather fail saying Invalid File Format. But package executes successfully and when I placed a data viewer I could see no rows.
Do we have a work around to fail for this scenario?
Rajkumar