Is there a way to escape a double quote within a text qualified string on a SSIS Csv import?
- 阅读更多 关于 Is there a way to escape a double quote within a text qualified string on a SSIS Csv import?
问题 I have a CSV I'm trying to import into SQL using SSIS packages through code. A line might look something like this 321,1234,"SOME MACHINE, MACHINE ACCESSORIES 1 1/2"" - 4""" In this example they're using a double quote to symbolize inches. They are trying to escape the inches double quote with a double quote. SSIS, however, does not honour this escapism and fails. Is there anyway I can still use the double quote symbol for inches and escape it within the quoted text? Many suggestions are to