I have Journal Entry batches that are scanned, then processed by Quick Fields for the Date, Batch Number and some key words to fill into a Subject field.
Sometimes, the date that Quick Fields is picking up has only one digit. Example: 6 instead of 06 for June.
This date problem messes up the date QF ends up with and, instead of a quick fix, I have to change the date from 2016 to 2019.
Here is what I have configured:
It first grabs a token for the date:
Then there is a substitute stage to get the date right, and this is where it fails if there is only a 6 instead of 06 for June (as in the example):
The substitution option doesn't seem to be able to handle the alternate option. For instance, I tried:
Is there another way?