
Hello,
I'm in the process of configuring electronic reporting for import a file that has blank dates. The import works fine if the dates are filled in, but not when the rates are blank. Can anyone recommend a transformation formula that I can use to be able to process records with both blank and filled in dates?
Currently, i'm getting the following error on import with blank dates.
Thank you in advance.
Hi,
There seems to be an issue with your configuration.
It says that the end date is a string and not correctly formatted as a datetime value.
Can you make use of the datetime value function and put your string inside?
Something like datetimevalue(11-11-2020, "yyyy-MM-dd")?
This should fix the issue.
Best regards,
Ludwig