I'm doing a change detection on a date field from 2 sources. One source always includes time even if they are "000000". The other source appears to be strip those 0's. How can I add the hours minutes seconds to the records that are missing them? Do I need to filter for the records missing time values before adding the 0's. I will attach an image with the "J_NotifyDate" column missing time if they are 0's
Solved
Making sure all datetime values have time before comparing
Best answer by dustin
So you are wanting to make all null values in the J_CompleteDate field = "000000"? If so, the NullAttributeMapper transformer will be helpful to you.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.