i have a csv file with dynamic field counts that i need to import into a table using data flow task in ssis. The expected field count in the file is 10.Need to skip any rows where the field count is anything other than 10 . The file has " as text qualifier and need ignore the delimiter (,) within the qualifier. What would be the best way to do this using ssis? Thanks.