#1 2021-12-09 09:33

qqkkrandom3721
Member
Registered: 2021-12-08
Posts: 2

How to rearrange these files?

From:

IMG_1234.jpg(1).json
2020-12-25.mp4(3).json


To:

IMG_1234(1).jpg.json
2020-12-25(3).mp4.json



Thx!!!!~

Offline

#2 2021-12-09 12:53

den4b
Administrator
From: den4b.com
Registered: 2006-04-06
Posts: 3,370

Re: How to rearrange these files?

The desired effect can be achieved with the Rearrange rule, with the following configuration:

Split using: Exact pattern of delimiters
Delimiters: .|(|)
New pattern: $1($3).$2
Skip extension: YES

The same effect can also be achieved with the Regular Expressions rule, but it will require a bit more expertise.

Offline

#3 2021-12-09 14:08

qqkkrandom3721
Member
Registered: 2021-12-08
Posts: 2

Re: How to rearrange these files?

it works pretty well!Thank you~

tag:#GooglePhotos #json

den4b wrote:

The desired effect can be achieved with the Rearrange rule, with the following configuration:

Split using: Exact pattern of delimiters
Delimiters: .|(|)
New pattern: $1($3).$2
Skip extension: YES

The same effect can also be achieved with the Regular Expressions rule, but it will require a bit more expertise.

Offline

Board footer

Powered by FluxBB