HOW TO SEPARATE THE DIGITS IN ONE 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
‎07-26-2023
07:11 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi I have a sample data here that has a column which contains alphanumeric characters. I want to extract the first 5 digits. Can you help me with this one please.
2-2110 Trade Creditors & Credit Cards : Trade Creditors : Trade Payable -USD Account |
5-1100 Non-Comp and Benefits Cost : Rent : Rent OC |
2-4140 Tax and Gov Statutory Liabilities : WBC Tax Liabilities : Withholding Tax Payable-Expanded |
Labels:
- Labels:
- Adobe
2 REPLIES 2
16 - Nebula
‎07-26-2023
07:31 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
A couple of ways.
Text to Column tool would be the simplest way to parse data from data having specific delimiters(In this case white space).
Second way is to use RegEx tool, however you need to be familiar with regular expression.
Third way is to use Regex_Replace function of Formula tool, similar to second way.
Please refer to attached sample workflow.
flying008
15 - Aurora
‎07-26-2023
07:34 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
