Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

SSIS: How to handle values when using derived column

$
0
0

Hi everyone, My SSIS package finished when I used derived column to create FULLNAME column from Last_Name, Middle_Name, Last_Name. But something is not right exactly :

Here is my issues: (With expression : Last_Name + " " + Middle_Name + " " + First_Name)

Customer_CodeLast_NameMiddle_NameFirst_NameFULLNAME
1BÌNHNULL NULL
2CHỊLAN CHỊ LAN 
3caNULL NULL
4buihongtruongbui hong truong


Instead of :

Customer_CodeLast_NameMiddle_NameFirst_NameFULLNAME
1BÌNHNULL Bình
2CHỊLAN CHỊ LAN 
3caNULL ca
4buihongtruongbui hong truong

Please help me to solve it.

Thank you so much.



Viewing all articles
Browse latest Browse all 24688

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>