Search found 114 matches

by Arthur
Fri Oct 06, 2017 10:30 am
Forum: LEGACY scripting
Topic: Count of Pages in PDF
Replies: 4
Views: 8238

Re: Count of Pages in PDF

May I kindly ask a small bit, as a newbie ?
How do I actually use / trigger the Filestatistics ? Am I right in thinking - this requires Scripting Module solely and cannot be used without it ?
I would be very much interested in this functionality, but have no scripting module ...
by Arthur
Tue Sep 19, 2017 7:17 pm
Forum: LEGACY scripting
Topic: search replace regex help
Replies: 6
Views: 8960

Re: search replace regex help

@ NEOSA: it depends if you are searching the string from the beginning or not. the ^ might be the clue. It can also be an exclusion to the search element definition that comes afterwards. The way that Regex works in Switch is not so obvious as all validators here and there would make you think it sh...
by Arthur
Tue Sep 19, 2017 7:06 pm
Forum: Flows
Topic: Rename Search & Replace with Regex Help
Replies: 5
Views: 7364

Re: Rename Search & Replace with Regex Help

perfect. Thank you for your suggestions.
I will definitely have this in mind should I experience any more troublesome issues.
This one however I resolved, although I must admit that the Regex Syntax / Flavour seems a bit different to what is common elsewhere.
But I finally got it working.
by Arthur
Fri Sep 15, 2017 12:16 pm
Forum: Flows
Topic: Rename Search & Replace with Regex Help
Replies: 5
Views: 7364

Re: Rename Search & Replace with Regex Help

If it was only about this one type of string I probably would, but basicly what I am trying to achieve is to get all different types of naming conventions starting with numerical sections / hierarchy description, to end up compliant with 00.00 filename.ext mask. so basicly all the 1 filename 10 file...
by Arthur
Fri Sep 15, 2017 8:47 am
Forum: LEGACY scripting
Topic: search replace regex help
Replies: 6
Views: 8960

Re: search replace regex help

For anyone else struggling with similar case - the regex search phrase has to be in brackets, so that it then can be recalled as \1 and followed by whatever you want to add after it.
In my case \10 does the job :)
by Arthur
Thu Sep 14, 2017 10:20 pm
Forum: Flows
Topic: Rename Search & Replace with Regex Help
Replies: 5
Views: 7364

Rename Search & Replace with Regex Help

Hi there; Trying to sort renaming with Regex and stuck with one step I simply cannot get to work, although all the regex validators are showing this to be correct and working. Test string: 10. filename.ext Regex search: ^((\d{2})\.(?=\s)) or (^(\d{2}\.)(?=\s)) or whatever else that is returning the ...
by Arthur
Mon Sep 11, 2017 6:56 pm
Forum: LEGACY scripting
Topic: search replace regex help
Replies: 6
Views: 8960

Re: search replace regex help

Thank you for your prompt answer.
This is great, but how would I use it with 'Rename Job' Action: Search & Replace -> RegEx ?
I do not have scripting module I am afraid :/
Or am I missing sth ...

KR
Arthur
by Arthur
Mon Sep 11, 2017 5:31 pm
Forum: LEGACY scripting
Topic: search replace regex help
Replies: 6
Views: 8960

search replace regex help

After spending decent amount of time with the basics of regex I got some bits to work, but still struggling with the following: Filename Search & Replace search for : ^\d{1,2}(?=\s) string: 1 AZ SPOCS _ IP NTF-signed.pdf so this returns the '1' matching the regex criteria. Now I would like to ad...
by Arthur
Sun Sep 10, 2017 12:22 am
Forum: LEGACY scripting
Topic: File rename hierarchical with RegEx help
Replies: 1
Views: 4379

File rename hierarchical with RegEx help

Dear clever heads; As this is my first post, I would like to say hello in the first place. I am trying to sort out file renaming with RegEx, but as I am a novice on this, it is not so straightforward as one would have thought, therefore I dare to ask for help in here. Files need to be renamed with a...