Page 1 of 1

Sorting To Subfolders - naming with year token

PostPosted: Wed Apr 08, 2015 1:24 pm
by dorich
My question concerns the name of subfolders when using "Sort into subfolders".
In the initial conditions I'm intending to capture the year from the file name. This appears to work correctly but when I add the sort into subfolders with the intention of naming the new subfolders with the year what I get is the current full date - thus instead of 2015 I get 2015-04-08.
Am I writing my rule incorrectly or is something else amiss?

Thanks.

Image

Re: Sorting To Subfolders - naming with year token

PostPosted: Wed Apr 08, 2015 4:10 pm
by Mr_Noodle
When you capture a date, even if it's a partial date, you get a full date in the end. Hazel will fill in the missing parts with the current date. If you only want the year to be output, you need to edit the date format in the action to only show the year.

Re: Sorting To Subfolders - naming with year token

PostPosted: Fri Apr 10, 2015 8:46 pm
by dorich
Thx