Renaming folders with random dates (rearrange date YYYYMMDD)

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
Kamaleon
Junior Member
Junior Member
Posts: 12
Joined: 2021-08-11, 15:54 UTC

Renaming folders with random dates (rearrange date YYYYMMDD)

Post by *Kamaleon »

Hi everyone, i need help to rename folders with this syntax:

Original names:

[20220718] [69249709] Soft Serve
Image: https://i.imgur.com/ILONeop.png

and i would like change them to this:

2022.07.18 Soft Serve
Image: https://i.imgur.com/1JRU3Ls.png

Could me help please to solve this?

Thanks in advance!
User avatar
Gral
Power Member
Power Member
Posts: 1600
Joined: 2005-01-26, 15:12 UTC

Re: Renaming folders with random dates

Post by *Gral »

Are the strings in the brackets a constant length?
If so probably simplest way will be:

Code: Select all

[N2-5].[N6-7].[N8-9][N22-]
User avatar
white
Power Member
Power Member
Posts: 5815
Joined: 2003-11-19, 08:16 UTC
Location: Netherlands

Re: Renaming folders with random dates

Post by *white »

Select the files and press Ctrl+M (Multi-Rename Tool)
Rename mask: file name
[N2-5].[N6-7].[N8-9] [N23-]
Kamaleon
Junior Member
Junior Member
Posts: 12
Joined: 2021-08-11, 15:54 UTC

Re: Renaming folders with random dates

Post by *Kamaleon »

Gral wrote: 2022-08-26, 23:18 UTC Are the strings in the brackets a constant length?
If so probably simplest way will be:

Code: Select all

[N2-5].[N6-7].[N8-9][N22-]
Thanks! that was fast!
Kamaleon
Junior Member
Junior Member
Posts: 12
Joined: 2021-08-11, 15:54 UTC

Re: Renaming folders with random dates

Post by *Kamaleon »

white wrote: 2022-08-26, 23:22 UTC Select the files and press Ctrl+M (Multi-Rename Tool)
Rename mask: file name
[N2-5].[N6-7].[N8-9] [N23-]
Thank you! worked and solve my question!
Kamaleon
Junior Member
Junior Member
Posts: 12
Joined: 2021-08-11, 15:54 UTC

Re: Renaming folders with random dates

Post by *Kamaleon »

It's possible exclude symbols from renaming?
I would like to exclude and leave the # (#2, #3, #4) symbols and icons (🍨PSD, 💉PSD) that appear in some folder names, is it possible?

Image: https://i.imgur.com/6hPUOHm.png

Thanks :)
User avatar
white
Power Member
Power Member
Posts: 5815
Joined: 2003-11-19, 08:16 UTC
Location: Netherlands

Re: Renaming folders with random dates

Post by *white »

Use the rename mask for the file name as before and make a list of things you want to filter out in the Search for field. Like this:

Code: Select all

 #1| # 2| # 3| # 4|🍨|💉
Adjust to the correct characters and correct number of spaces.

(If you have opened the Multi-Rename Tool and you can press F1, you can read the Help :) )
Post Reply