Filtering in Workbench
How do I filter out anything that would match
*Text* (this is excel format)
Example: Blah blah Text Blah blah (this would get caught by the filter).
It isn't working. It errors with: [06.24.16 01:56:22] parsing "*START*" - Quantifier {x,y} following nothing.
Filtering with:
Total*,*
worked in WB just like in Excel.
Also how do you do the wildcard for character in WB? In excel it is a ? and in Beast mode it is a %...
Best Answer
-
This seems to work as the find value in Workbench:
^.*[T-t]ext.*$
It finds and selects the entire string if the string has the phrase "text" or "Text" in it somewhere.
^.*text.*$ also works if you are sure your search word "text" is not capitalized.
^.*\n*.*text.*\n*.*$ Use this if you have line breaks in there anywhere (it can do one before and one after. repeat the \n*.* part for each additional line break you may have.)
This last example with find and select for replacement this entire string (with breaks):
Blah blah
this is text!
Yessir!
Regex.... Slowly learning!
0
Answers
-
Have you tried using the transforms filters in Workbench? There are a couple of filtering options, but the Search & Replace Properties sounds like it may work for you. There are a bunch of regular expressions, with descriptions of what they look for, that will help you search a string for the text you're looking for and then provide a replace value.
Hope this helps!
1 -
This seems to work as the find value in Workbench:
^.*[T-t]ext.*$
It finds and selects the entire string if the string has the phrase "text" or "Text" in it somewhere.
^.*text.*$ also works if you are sure your search word "text" is not capitalized.
^.*\n*.*text.*\n*.*$ Use this if you have line breaks in there anywhere (it can do one before and one after. repeat the \n*.* part for each additional line break you may have.)
This last example with find and select for replacement this entire string (with breaks):
Blah blah
this is text!
Yessir!
Regex.... Slowly learning!
0 -
Glad you were successful, regexs are pretty powerful
0
Categories
- All Categories
- 2K Product Ideas
- 2K Ideas Exchange
- 1.6K Connect
- 1.3K Connectors
- 308 Workbench
- 7 Cloud Amplifier
- 10 Federated
- 3.8K Transform
- 660 Datasets
- 117 SQL DataFlows
- 2.2K Magic ETL
- 818 Beast Mode
- 3.3K Visualize
- 2.5K Charting
- 84 App Studio
- 46 Variables
- 781 Automate
- 191 Apps
- 483 APIs & Domo Developer
- 84 Workflows
- 23 Code Engine
- 43 AI and Machine Learning
- 22 AI Chat
- 3 AI Projects and Models
- 18 Jupyter Workspaces
- 409 Distribute
- 116 Domo Everywhere
- 282 Scheduled Reports
- 11 Software Integrations
- 146 Manage
- 142 Governance & Security
- 8 Domo Community Gallery
- 49 Product Releases
- 13 Domo University
- 5.4K Community Forums
- 41 Getting Started
- 31 Community Member Introductions
- 115 Community Announcements
- 4.8K Archive