If you know exactly how many rows you want to skip, then try kicking up the "header rows to skip" to 200 in your flat file connection manager.
If it is variable, you can import the data into a single row without delimiters, and then figure out which rows you want to delete later.
John