The escape sequence \" should match a quotation mark in the string.
Other supported escape sequences are described on the Literals (SSIS)
page in Books Online.
Andrew Watt [MVP]
On Thu, 13 Apr 2006 19:39:02 -0700, Orlando
[quoted text, click to view] <Orlando@discussions.microsoft.com> wrote:
>I'm using the function FINDSTRING in a derived column transformation in SSIS.
>If I need to find the location of special characters like quotation marks,
>how do I specify them to be searched within the string?
>FINDSTRING([ColumnName], ???, 1)
>
>Is there anything like a chr$() function I can use?
>