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

SSIS expression: Int to String datatype

$
0
0

Hi ,

I have column which is Int type. In the expression, i need to check whether it contains blank or null value. if yes then mark it as "Unspecified" else keep it as it is

I have written something as :

(DT_WSTR, 4) (SupplyPlanIntervalDays == "" ISNULL(SupplyPlanIntervalDays ) ? "Unspecified" : SupplyPlanIntervalDays)

please help me


Regards, Kishlay Anand


Viewing all articles
Browse latest Browse all 24688

Trending Articles



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