Community Halloween is live until October 31st! Complete any 2 quick activities to earn the 2025 Community Halloween badge. Feeling brave? Check out the activities here
Start Free Trial

Alteryx Designer Desktop Discussions

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

Validating input file name - Excel

dpatel53
6 - Meteoroid

Hi, 

 

I am inputting 10 files into Alteryx. I need to make sure that the each of the files have the same name each month when uploaded. I want to make something where it checks the file name compared to the name i want... something that tells me "Pass/Fail". At the end, i hope to have a small 2 column table where i can have the file names and if the file passed the file name validation. 

 

Thanks! 

1 REPLY 1
ChrisTX
16 - Nebula
16 - Nebula

one option:

A: Use a Text Input tool to store the file names you want

B: Use a Directory tool to read the file names from a folder

Use a Join tool to Join A to B.  Any output in the Left or Right anchor of the Join is a mis-matched record.

 

Chris

Labels
Top Solution Authors