Hello,
I have some troubles with a date field. The date format is : dd/MM/yyyy. In a document I have this date : 17/02/1986 but the OCR activity give me this result : 1710211986 so I need to convert the second and the third "1" into "/".
I've tried to do it with substitue activity but it seems that it doesn't handle regular expression.
Any idea ?
Regards.