SOLVED
Data validation on Input Excel file
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
aakashraj
7 - Meteor
‎03-16-2021
10:52 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
Solved! Go to Solution.
Labels:
- Labels:
- Error Message
- Input
- Interface Tools
1 REPLY 1
15 - Aurora
‎03-17-2021
01:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
1- My input looks like below
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
Attached the workflow,
Hope this Helps,
If this solve your need please mark it as solved. It will help others.
Regards,
