How can I auto remove spaces from file names...
I have: Goldfrapp -Strict Machine - Black Cherry
change to: Goldfrapp-Strict Machine-Black Cherry
Note that the spaces are trailing or leading spaces within the actual file name
How can I auto remove spaces from file names...
I have: Goldfrapp -Strict Machine - Black Cherry
change to: Goldfrapp-Strict Machine-Black Cherry
Note that the spaces are trailing or leading spaces within the actual file name
I think this will help you.
Action type: Replace with regular expression
Field: _FILENAME
Regular expression: [\s]-[\s]
Replace matches with: -
Nisl
I will give it a try...thank you.
It worked perfect, thanks again!