December 18, 2020 at 5:18 am
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.
December 18, 2020 at 9:38 am
SSIS does not handle this scenario very well without code. The way I would do it is as follows:
The absence of evidence is not evidence of absence
- Martin Rees
The absence of consumable DDL, sample data and desired results is, however, evidence of the absence of my response
- Phil Parkin
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply