Specifying Multiple Text Qualifiers For A Flat File ETL

  • 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?

  • Is there any way around this without doing some crazy file manipulation?

    1) Use a delimiter which does not appear in your data.

    2) Use SSIS 2012 onwards. See here.

    The absence of evidence is not evidence of absence.
    Martin Rees

    You can lead a horse to water, but a pencil must be lead.
    Stan Laurel

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply