String trucation
- 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
Hello ,
Trying to clean up below string using regex using expression (\w+) :
RE 001705 20004658.SE0008 VOLVO LOGISTICS AB ARHK-4, DEPT 5325, ARK 1 ...
While doing so the higlighted text is splitted into two strings 20004658 and SE0008 .
I would like to retain as 20004658.SE0008 . Any help .
Thanks
Solved! Go to Solution.
- Labels:
- Data Investigation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@Nandakishore is it please possible to have some more sample data - both input and output?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @aatalai,
Below are the details :
Input | Output 1 | Output2 |
RE 001705 20004658.SE0008 VOLVO LOGISTICS AB ARHK-4, DEPT 5325, ARK 1 ... | RE 001705 | 20004658.SE0008 |
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @aatalai ,
Few more details :
Input | Output 1 | Output2 |
RE 001705 20004658.SE0008 VOLVO LOGISTICS AB ARHK-4, DEPT 5325, ARK 1 ... | RE 001705 | 20004658.SE0008 |
RE 001705 20004658/SE0008 VOLVO LOGISTICS AB ARHK-4, DEPT 5325, ARK 1 ... | RE 001705 | 20004658/SE0008
|
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@Nandakishore does the attached workflow help?
- 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
@Nandakishore can you please provide some more examples? so I can adapt accordingly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @aatalai ,
Some more examples :
Input | Output 1 | Output2 |
AB 001705 20004658.SE0008 XXX XXXX AB A1223445555 ... | RE 001705 | 20004658.SE0008 |
RE 001705 20004658/SE0008 YYYY AB dddddddd ... | RE 001705 | 20004658/SE0008 |
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@Nandakishore this should do the trick, let me know how you get on
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
