Join the Alteryx Community’s Maveryx Summer Cup event! Compete, network with others, and earn your gold through a series of challenges from July 24th to August 11th. Learn more about the event here.

Alteryx Designer Desktop Discussions

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

Data validation on Input Excel file

aakashraj
7 - Meteor

Hi,

 

I am new to Alteryx and I am trying to build a flow which will perform validation on input excel file. 

1) When there is any column that doesn't have any value, it should give an error message. 

2) When there are more than 1 row in one of the input file, I should receive an error message.

 

Please suggest how this can be achieved.

 

Thanks

1 REPLY 1
messi007
15 - Aurora
15 - Aurora

@aakashraj,

 

1- My input looks like below

 

messi007_0-1615967719582.png

 

2- I count the null values for each column

3- Transpose to have values for each column

4- Count the total rows in the data set in order to compare

I added annotation to each to tool to help you 

messi007_1-1615967887646.png

 

Attached the workflow,

 

Hope this Helps,

 

If this solve your need please mark it as solved. It will help others.

 

Regards,

 

Labels