• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Batch rename - String substitution intermediate filename

New Here ,
Mar 27, 2020 Mar 27, 2020

Copy link to clipboard

Copied

Hello, I'd like to see some example of this rename feature. I found an article online talking about this, where it says: Intermediate Filename replaces a string that is defined by preceding options in the New Filenames pop-up menus. What are these pop-up menus? Anyone is acquainted with this? 

Thanks

TOPICS
Batch , How to , Metadata

Views

1.9K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Mar 27, 2020 Mar 27, 2020

The previous links assume some knowledge of regular expressions/grep.

 

Here is a simplified example:

 

intermediate.png

 

The first set of string substitution filename dropdown menus define the original name and the initial find/replace routine.

 

The output of the first routine is set as the intermediate filename dropdown menu which is added via the - + symbols, then a second find/replace is performed on the intermediate filename which then becomes the final filename!

 

I only used this as a simplified exampl

...

Votes

Translate

Translate
Community Expert ,
Mar 27, 2020 Mar 27, 2020

Copy link to clipboard

Copied

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 27, 2020 Mar 27, 2020

Copy link to clipboard

Copied

The previous links assume some knowledge of regular expressions/grep.

 

Here is a simplified example:

 

intermediate.png

 

The first set of string substitution filename dropdown menus define the original name and the initial find/replace routine.

 

The output of the first routine is set as the intermediate filename dropdown menu which is added via the - + symbols, then a second find/replace is performed on the intermediate filename which then becomes the final filename!

 

I only used this as a simplified example of how the intermediate filename works, I would probably just do it using a single rename option using a regular expression based string substitution in this example:

 

regex.png

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 03, 2020 Apr 03, 2020

Copy link to clipboard

Copied

So, did that help?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 04, 2020 Apr 04, 2020

Copy link to clipboard

Copied

LATEST

Yes, perfectly! Thank you very much

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines