automatic date matcher not finding date

Hi
I'm seeing behaviour related to date matching which I don't understand.
My document has the following text:
I try to parse the date (the value '15/12/2019' in this case ) with the 'automatically detect date format' feature into a documentdate variable, but the date is not found:
https://drive.google.com/open?id=1DHjdIaVzvpLjSwt-BIcPXbxIqbeeXzBo
Perhaps the auto date match features tries to parse the order number '01092012' as a date, and fails silently?
If I change the order number '01092012' in the document to 'ABCDEF' then the date is found.
Document text in that case:
https://drive.google.com/open?id=12IMunYXBpWeYF27QZNQriCc1H6QUYOKh
Any idea's how I can make sure the date is found? (I do prefer to continue using the 'automatically detect date format' feature as default date matcher)
I'm seeing behaviour related to date matching which I don't understand.
My document has the following text:
- Code: Select all
Bestelling: 01092012 Datum: 15/12/2019
I try to parse the date (the value '15/12/2019' in this case ) with the 'automatically detect date format' feature into a documentdate variable, but the date is not found:
https://drive.google.com/open?id=1DHjdIaVzvpLjSwt-BIcPXbxIqbeeXzBo
Perhaps the auto date match features tries to parse the order number '01092012' as a date, and fails silently?
If I change the order number '01092012' in the document to 'ABCDEF' then the date is found.
Document text in that case:
- Code: Select all
Bestelling: ABCDEF Datum: 15/12/2019
https://drive.google.com/open?id=12IMunYXBpWeYF27QZNQriCc1H6QUYOKh
Any idea's how I can make sure the date is found? (I do prefer to continue using the 'automatically detect date format' feature as default date matcher)