derived column --replace " with space expression error

  • Hi

    in my package i am getting data from txt file and loading in to table sqlserver 2005.

    there is one column as mentioned below in txt file

    Lname

    -------

    ASD

    ABCED

    ASFGTE

    K"C"ASDF ------------ replace " with space

    PLKJH

    now i want to replace the " with sapce

    so i have used drived column transformation and using the following expression

    Replace([Lname],"\"","")

    but its not working

    can any one help me with this ??

  • The syntax looks correct.. can you post the error?

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

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