How to replace double quotes in derived column transformation?

后端 未结 3 833
慢半拍i
慢半拍i 2020-12-06 02:02

I have flat file. I am loading data from flat file to source table using ssis.And one of the column has following values:



        
3条回答
  •  臣服心动
    2020-12-06 02:42

    Please find below samples

    REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(Client_1,"\"",""),"*",""),",",""),"[",""),"]",""),"'",""),"!",""),"/",""),"<>","")
    

提交回复
热议问题