regexp_like for pulling specific value out of text string
Hello I need some help pulling out T#### and some T####.### from text string.
REGEXP_LIKE('text','/T[0-9]+.?[0-9]+/g', 'n')
I am trying to pull the T# out of the following text string and place them in a different column.
Data Exfiltration via DNS|T1048.003|T1071.004|T1572
I have multiple rows with different T#'s associated with them. I would prefer to pull them into separate column but will settle for the same column. All it is giving me is 0 in the column.
Please help.
Tagged:
0
Comments
-
- Create regex:
REGEXP_replace(sText,'(?!T\d.?\d)[A-Za-z]*', '')
Preview:
2) Split the text into column
Preview:
You may need to do a lil bit of formatting clean up the null Col1-Col4
0 - Create regex:
Categories
- All Categories
- 1.7K Product Ideas
- 1.7K Ideas Exchange
- 1.5K Connect
- 1.2K Connectors
- 292 Workbench
- 4 Cloud Amplifier
- 8 Federated
- 2.8K Transform
- 95 SQL DataFlows
- 603 Datasets
- 2.1K Magic ETL
- 3.7K Visualize
- 2.4K Charting
- 697 Beast Mode
- 43 App Studio
- 39 Variables
- 658 Automate
- 170 Apps
- 441 APIs & Domo Developer
- 42 Workflows
- 5 DomoAI
- 32 Predict
- 12 Jupyter Workspaces
- 20 R & Python Tiles
- 388 Distribute
- 111 Domo Everywhere
- 271 Scheduled Reports
- 6 Software Integrations
- 113 Manage
- 110 Governance & Security
- 9 Domo University
- 30 Product Releases
- Community Forums
- 40 Getting Started
- 30 Community Member Introductions
- 98 Community Announcements
- Domo Community Gallery
- 4.8K Archive