ssis - How to change date time MDS format? -


we working microsof ssis ,when loading data in mds ( master data services ) , facing following issue

the date concatenated time.

example [1]:

      date      time yy : mm : dd : 00 : 00 :00 

what want following format (the date without time part)

   date       yy : mm : dd  

we have used date mask not working expected .

how resolve issue ?


Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -

Why does a .NET 4.0 program produce a system.unauthorizedAccess error on a Windows Server 2012 machine with .NET 4.5 installed? -