dbTalk Databases Forums  

Using

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Using in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Orlando
 
Posts: n/a

Default Using - 04-13-2006 , 09:39 PM






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.

Reply With Quote
  #2  
Old   
Andrew Watt [MVP]
 
Posts: n/a

Default Re: Using - 04-14-2006 , 03:26 AM






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.

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.