Parsing a String Problem
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Can anyone help me parse a string that look like...
3720_EDUC_1007_PS_TU01_1
...so that I get everything before _PS?
Thanks in advance for your help.
Best,
DHB.
Solved! Go to Solution.
- Labels:
- Parse
- Preparation
- Regex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @DHB,
please refer the below screenshot, you will get all the data before "_PS".
example- "3720_EDUC_1007" out of "3720_EDUC_1007_PS_TU01_1"
Best,
Vishwa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
hi @DHB,
I has attached one workflow but have two different output.. feel free to look at it and decide which output you want to use.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you all for your help. I'm using the Regular Expression= (.*)_PS version as it seems simpler and all entries in my data contain the _PS part. I've saved the version which accounts for it not being there, I'm sure I'll need that for some other data prep before long.
Thanks again.
DHB
