SOLVED
String character function for data quality testing
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
Wangwn
7 - Meteor
08-22-2016
08:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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?
Solved! Go to Solution.
Labels:
- Labels:
- Common Use Cases
3 REPLIES 3
roadhouse
7 - Meteor
08-22-2016
08:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You can use the Regular Expression tool and set it to Match.
08-22-2016
01:35 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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?
08-23-2016
07:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Regex is such a power tool to solve all my questions.
