How to handle dates written in text like "march"?
Posted: Mon Apr 01, 2019 6:20 pm
Hi,
I am not sure this is still in the scope of what Hazel does. I have documents where the date is written as follows:
I am looking for a way to name the file based on such a date. Something along the lines of
Then I of course use the variable to name the file.
Can this be done? If not, has anyone done this another way? I work with PDF files only. OCRwed of course!
Thanks for any help/advice.
eco
I am not sure this is still in the scope of what Hazel does. I have documents where the date is written as follows:
- Code: Select all
DATE: 21 march 2019
I am looking for a way to name the file based on such a date. Something along the lines of
- Code: Select all
[...]
If contents contain match "march 2019", then variable = 3
If contents contain match "february 2019", then variable = 2
[...]
Then I of course use the variable to name the file.
Can this be done? If not, has anyone done this another way? I work with PDF files only. OCRwed of course!
Thanks for any help/advice.
eco