Problem History I have a simple SSIS package which loads data from a flat file source(.csv) to a MS SQL Server table. Falt File Format

All of sudden our source system added a header and footer to the input file so the file now looks like

Question:
The current SSIS package did not fail and is working fine; On top of it - it is not loading the header and footer. How is that SSIS pacakage ignores the header and footer? should'ent the package fail?