SOLVED
Extracting data from the 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
SH_94
11 - Bolide
‎04-06-2023
01:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Community,
I would like to ask how do we extract the data below so that it will presnt the output as below. I would like to use the regex formula to do the extraction.
Many thanks
Solved! Go to Solution.
Labels:
- Labels:
- Common Use Cases
3 REPLIES 3
17 - Castor
‎04-06-2023
01:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hey @SH_94, a couple of questions here. Is there any reason it needs to be regex? Is this a consistent format? My initial thought is that you could just handle it with something simple like so if the format allows:
GetWord([Input], 1)
Regex-wise, there's a bunch of different options but ultimately I'm assuming you're basing the position based on Valuation again, so something like this could work:
Valuation\s([^\s]+)
ShankerV
17 - Castor
‎04-06-2023
02:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
ShankerV
17 - Castor
‎04-06-2023
02:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @SH_94
You can use other than formula also like Text to columns and Regex tool.
Many thanks
Shanker V
