Is there a way to specify multiple text qualifiers for an ETL data flow. In a bunch of files I'm trying to load into SQL, there are a few lines in each one that look like this,
"test data 1", "test data 2", "test data 6" tall"
So a double quote (") text qualifier works except for this one scenario. Is there any way around this without doing some crazy file manipulation?