SSIS Derived column set null to a default value in a derived column


i'm tyring test null in derived column in ssis - if results null substitute "xxxxxx"
 data type dt_str
the code (isnull(conv_employeeid)) ? " xxxxxxxxxx" : conv_employeeid doesn't seem work... ideas?

have spaces in empid?
try
isnull(trim(conv_employeeid)) ? " xxxxxxxxxx" : conv_employeeid

which error?!
visit http://www.pedrocgd.blogspot.com - if question answered, please mark answered.


SQL Server  >  SQL Server Integration Services



Comments

Popular posts from this blog

Conditional formatting a graph vertical axis in SSRS 2012 charts

Register with Power BI failed

SQL server replication error Cannot find the dbo or user defined function........