How to convert DT_DBTIMESTAMP to Int
I have an int column in table and need to convert DT_DBTIMESTAMP column to int in Conditional_Split transformation editor.
SPOL_ProcessDate
>CAST(CONVERT(varchar,DATEADD(day, 5,GETDATE()),112)ASint);Does any know how to convert this is Conditional_Split transformation?Thanks in advance.

