Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Extracting Sheet Name and File Name from the full path

SH_94
11 - Bolide

Dear community,

 

I would like to ask how can we get the file name and sheetname from the screenshot below:

SH_94_0-1648087215485.png

Many thanks for the help.

 

 

 

3 REPLIES 3
Qiu
21 - Polaris
21 - Polaris

@SH_94 
We can use RegEx to do it.

0324-SH_94.PNG

SH_94
11 - Bolide

Hi @Qiu ,

 

Many thanks for the prompt response.

 

May i know if there is formula to eliminate the file name extension within the regex? for example, remove the extension - .xlsx from the filename?

 

Thank you.

 

 

Qiu
21 - Polaris
21 - Polaris

@SH_94 
We can just move the ".xlsx" out of the brackets.

0324-SH_94-01.PNG

Labels
Top Solution Authors