We have an SQL Server table with a integer (CCYYMMDD ) which represents a date in a data warehouse table. In the transform, how to I transform the CCYYMMDD data into the destination column which is MM/DD/YYYY?
in the transformer output column derivation, convert the integer to a string, and concatenate substrings from the string and the '/' characters to put it all together.
Assuming your input column with the integer is called inputdateval
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.