Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Batch Rename PDFs without .bat file

TR
8 - Asteroid

I'm looking to include an additional step to an existing workflow which would rename several hundred .pdfs in a folder (using a REGEX_Replace(String, pattern, replace) function).

 

Is it possible to do this without calling a .bat file (using Run Command tool)?

 

Thanks in advance!

4 REPLIES 4
MarqueeCrew
20 - Arcturus
20 - Arcturus
How about creating a .bat file in your workflow and then running it upon success as an event?
Alteryx ACE & Top Community Contributor

Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
JohnJPS
15 - Aurora

If you're open to using the R tool, I'm sure this could be scripted quite easily in R.

TR
8 - Asteroid

Have not used R, but interesting suggestion!

TR
8 - Asteroid

I was looking at the Batch Files in Alteryx Part 1: Creating .bat files example and was wondering if there was a more simplified/streamlined workflow using controls I may not have integrated in the past. This may be what I look at but I was reaching out to see if anyone else had used another method.

 

Thanks!

 

 

Labels