Page 1 of 1

Renaming Folder Truncates After "."

PostPosted: Wed Aug 21, 2013 1:37 pm
by andrewgl
Hey all,

I'm attempting to rename a folder with the following pattern:

<parent folder name> - <folder acted on name>


It works as expected, except when the <folder acted on> has a period (".") in the folder name. At that point, Hazel truncates the folder name to exclude the period and anything following. For example:

State v. Smith


becomes:

<Parent Folder Name> - State v


I've attempted to use "Replace Text" to replace the period with another character (underscore), but that didn't work, and the truncating behavior continued. Is this a bug, or expected behavior with a workaround?

Re: Renaming Folder Truncates After "."

PostPosted: Wed Aug 21, 2013 3:00 pm
by Mr_Noodle
Anything after the last dot is the extension so in this case, you should probably use "Full name" instead of "Name".

Re: Renaming Folder Truncates After "."

PostPosted: Wed Aug 21, 2013 3:37 pm
by andrewgl
Mr_Noodle wrote:Anything after the last dot is the extension so in this case, you should probably use "Full name" instead of "Name".


"Full Name" wasn't available in the Rename action. (A "full name" was available in the Other section, but that didn't seem to produce the available results).

Anyway, using the below worked. Everything after the period appears, folders that don't have a period work fine, too.

<source folder>-<name><extension>


A bit of a work around, but I get the desired results, so thanks!