How to replace double quotes in derived column transformation?

后端 未结 3 829
慢半拍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:40

    This may not work if your other columns don't have this same issue, but if this is the only text column you are importing or they are all like this, you could change your text identifier to be two double quotes instead of one. Then SSIS would bring it out of the flat file correctly and you wouldn't have to deal with trying to clean it up later.

提交回复
热议问题