SOLVED
EXTRACTING THE DIGITS IN A COLUMN
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
dunkindonut7777
8 - Asteroid
‎11-29-2023
01:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi How can I separate these first 9 digits in a column? I dont know exactly the formula using the regex tool.
Field | Expected Output |
105730408 CBCLH-/PUB() CA-IntB-JPY-000910021960 | 105730408 |
105730407 PRC-/PUB() CA-IntB-USD-000910021971 | 105730407 |
Can you help me with this one please?
Solved! Go to Solution.
Labels:
- Labels:
- Adobe
2 REPLIES 2
ShankerV
17 - Castor
‎11-29-2023
01:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Please use the below formula in Regex tool
(\d+)
Output method = Parse
Many thanks
Shanker V
17 - Castor
‎11-29-2023
01:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
