The Product Idea boards have gotten an update to better integrate them within our Product team's idea cycle! However this update does have a few unique behaviors, if you have any questions about them check out our FAQ.

Alteryx Designer Desktop Ideas

Share your Designer Desktop product ideas - we're listening!
Submitting an Idea?

Be sure to review our Idea Submission Guidelines for more information!

Submission Guidelines

Data Validator Workflow

Please add a data validator workflow.

 

Suggested features will be the following:

1.  Add validation name and set the field/s of your data you want to validate. (it can have more than one validation name on one workflow)

2. On the selected validation(name). Add features that will check/validate the information below:

   A. Verify data type
   B. Contains Null
   C. Max and Min string length
   D. Allowed values only, else it will give you an error
   E. Regex expected to match and not allowed to match.

3. It can have two(2) outputs. One is True(which is match) and False(which is fail over/error).

3 Comments
cgoodman3
14 - Magnetar
14 - Magnetar

It would be great if you could specify some data rules as part of the input process. Everything that you mention can be built using things like the testing tools, but it requires building, which is an issue as not everyone will build validation tests when they just want to get to the answer quickly.

I really like how Trifacta does it where you can specify validation rules on a separate pane, things like [ship date] >= [order date] and then not processing downstream if this fails.

AlteryxCommunityTeam
Alteryx Community Team
Alteryx Community Team
Status changed to: Accepting Votes
 
Pang_Hee_Choy
12 - Quasar

and , if possible it able to show the error message. (more user friend version)

 

when upload to server, user come back with some error message.

but these error message is very simple and common, just the field name and the data type is vary.

 

if we have this tool, it will easy for server user to self-service to correct the data themselves.