Issue:
Error message from the output text schema that I don't understand:
<ErrorDescription>Date is not in proper format: field name is RecordDate for defined format MM/dd/yyyy , field value = 09/16/2008</ErrorDescription>
It appears to me that 09/16/2008 matches the format MM/dd/yyyy. Am I missing something here?
Solution:
We assume you have set the date format to ‘mm/dd/yyyy’ for field : ‘RecordDate’ in the target text schema therefore data mapper and the text schema will take care of this format on its own.
Please try mapping the fields(‘EntryDate’ and ‘RecordDate’) one-to-one in data mapping without using ‘date-fomat()’ function of data mapper.
2 Comments