SOLVED
Parse Text
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
bertal34
9 - Comet
‎06-04-2024
02:19 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello,
Is there a clean way to parse the attached Text? I am trying to arrive at the Metric/Value fields but having trouble with a parsing solution capable of working for all scenarios.
thanks!
Solved! Go to Solution.
Labels:
- Labels:
- Parse
3 REPLIES 3
AGilbert
11 - Bolide
‎06-04-2024
02:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
15 - Aurora
‎06-04-2024
03:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @bertal34 ,
I would use Column To Text after replacing the parsing patterns with a separator.
I hope this helps.
Input
Text |
Case 1: Separated with colon + space |
Case 2 Separated with more than two spaces |
Case 3 Separated with more than two spaces and multiple fields |
Output
Text | 1 | 2 |
Case 1: Separated with colon + space | Case 1 | Separated with colon + space |
Case 2 Separated with more than two spaces | Case 2 | Separated with more than two spaces |
Case 3 Separated with more than two spaces and multiple fields | Case 3 | Separated with more than two spaces |
Workflow
Text To Column Configuration
‎06-06-2024
06:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@Yoshiro_Fujimori perfect solution, thank you!
