I download statements that include a three-letter month abbreviation in the filename instead of a numerical month. How would I build hazel rules to convert this:
statement APR-2022.pdf
to this?
2022-04 statement.pdf
Do I build one rule per month or is there logic already built into Hazel that will do this?
Once the pattern is set and you’re on the part that renames the file use the custom date token you created to be part of the filename and edit the pattern to your desired format.