Move/Copy Parrts with sep

Bulk Rename Utility How-To's

Move/Copy Parrts with sep

Postby nbritton » Wed Mar 06, 2024 4:14 pm

I may understand this section wrong, but i assume when I use a sep it would move the section not just a char/column, is my understanding wrong?

your-place-in-the-primate-family-tree--2018-10-16--eons--dUKV02uYEu0--1080p-vp09-opus--WEBDL--1080p.nfo

I am trying to put a bracket around the 4th delimited section, where the delimiter is --

When I set the sep to -- and move the first N, it seems to only move the first n chars, where I would like to move the 4th delimited section.

Is there a way to use a delimiter to adjust a section in the string?
nbritton
 
Posts: 3
Joined: Wed Mar 06, 2024 4:09 pm

Move/Copy(6)

Postby Luuk » Wed Mar 06, 2024 6:18 pm

Move/Copy(6) can only match by the number-of-characters, and its "Sep." can only add separator-strings.

With RegEx(1) having the 'Simple' checkmark, the "Match" and "Replace" can be like...
%1--%2--%3--%4--%5
%1--%2--%3--[%4]--%5
Luuk
 
Posts: 706
Joined: Fri Feb 21, 2020 10:58 pm

Re: Move/Copy Parrts with sep

Postby nbritton » Wed Mar 06, 2024 7:23 pm

I will give that a shot!! Thank you.

Would there be anything in the program that would let me reorganize the "columns" that are separated by the "--"
nbritton
 
Posts: 3
Joined: Wed Mar 06, 2024 4:09 pm

Re: Move/Copy Parrts with sep

Postby Luuk » Wed Mar 06, 2024 8:56 pm

RegEx(1) can reorganize the columns, by reorganizing the %group-numbers inside of the "Replace" box.
If needing to reorganize past 5-columns, add more %group-numbers inside the "Match" and "Replace".
The javascript can also conduct this, but it needs the commercial license before renaming.
Luuk
 
Posts: 706
Joined: Fri Feb 21, 2020 10:58 pm

Re: Move/Copy Parrts with sep

Postby nbritton » Wed Mar 06, 2024 9:12 pm

Thanks!!
nbritton
 
Posts: 3
Joined: Wed Mar 06, 2024 4:09 pm


Return to How-To