Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

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

how to check specific column name is present in file

Hi,

I have one input excel file and there are multiple column names which are mandetory for processing.
My Question is - How to check all mandetory collumns are avaliable in input file and take decision for skip that specific column related process steps which is not avaliable in input file?

Thanks in advance.
 
1 REPLY 1
tom_montpool
12 - Quasar
You could create a file with a list of the 'mandatory' fields and then use a Field Info tool with your Excel input file and then use a Join tool to compare the 'mandatory' field list to the Excel file fields.
Labels