I have four different date fields that I am trying to format into a standard date format using the BB Date macro. It is working for three of the fields just fine but the fourth field always returns a Null value in the field and returns a new Null column. The format of the date string coming in is %m/%d/%Y h:mm an example date is 9/30/2008 0:00. I am using the BB Date macro since the dates can come in multiple formats for this field depending on the file entered. A few of the other fields that are working are using the exact same input format and are being converted fine.
Looking through the macro and sub macros I do not see where the Null column is created but there is a lot of levels within this macro along with a lot of tools being used. Has anyone familiar with the BB Date seen similar behavior and have any hints on how to solve this?