Start Free Trial

Alteryx Designer Desktop Discussions

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

Manipulate full path

SharmaSachin
5 - Atom

I have the full path of my input file as "D:ABC/FGH/inputs/April 2025 MTD.xlsx"

I want to manipulate it to generate an output at location "D:ABC/FGH/Outputs/April 2025 OTT.xlsx", so that it automatically gets selected in Output Data Tool.

Can someone please help me with the formula.

5 REPLIES 5
alexnajm
18 - Pollux
18 - Pollux

Just sounds like two Replace functions in a row!

alexnajm
18 - Pollux
18 - Pollux

Replace(Replace([Full Path], “Inputs”, “Outputs”), “MTD”, “OTT”)

SharmaSachin
5 - Atom

Hi 

 

What if I need it as OTs April 2025.

alexnajm
18 - Pollux
18 - Pollux

Then alter the replace statement! It'll just be different values to replace :)

 

Please try it out first, and come back with any questions - good luck!

alexnajm
18 - Pollux
18 - Pollux

@SharmaSachin what have you come up with?

Labels
Top Solution Authors