Regex Match in Designer
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
brysmart
5 - Atom
‎11-04-2024
09:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi, Newbie here. I have a process to validate data that uses .lay files currently to do the data checks. I've been asked to try and create a workflow for this and wanted to know how I would replicate the .lay checks with Reg Ex Match. Below is an example of how they are currently checked:
Would I do something like [A-Za-z0-9]* for the first row and then [12]* for the next one.
Labels:
- Labels:
- Data Investigation
1 REPLY 1
Alteryx
‎11-04-2024
10:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Unfortunately, I am not familiar with your code piece but if you want to formulate more complex Regex operations I'd recommend this website that really helped my to level up! regexone.com.
