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
<Orlando (AT) discussions (DOT) microsoft.com> wrote:
Quote:
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?
Thank you. |