Alteryx Designer Desktop Discussions

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

String character function for data quality testing

Wangwn
7 - Meteor

Doing a data quality test, a lot of rules such as minimum 2 alpha/numeric characters or 3 or more consecutive letters are not allowed. Any String functions available for those testings?

3 REPLIES 3
roadhouse
7 - Meteor

You can use the Regular Expression tool and set it to Match.

Wangwn
7 - Meteor

Thank you! I am able to use Regex_match to screen if a string has the minimum 2 alpha or numeric characters, how about idenfity  consective letters or count the unique characters that a string has, also use Regex_match?

Wangwn
7 - Meteor

Regex is such a power tool to solve all my questions.

Labels