Hi All,
I have a source table where one of column has data like:
**Column**
SD
SD
**..**
**..**
JK
Jk
**..**
**..**
I want to load this data into staging in format of:
**Column**
S&D
S&D
**..**
**..**
J&K
J&k
**..**
**..**
Meaning I want to insert '&' character whereever we have data like SD and JK, while loading to staging.
I need to convert it for SSIS. So I wanr to give this here SSIS formula to achieve this.
How can we achieve this?
↧