SOLVED
Regex for strings
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
mhafizyi
6 - Meteoroid
‎04-19-2018
11:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
I have these data type string in one column,
0893411001 |
How can I convert it into a 5 column like below and change the last column 001 into a number type?
089 | 08934 | 0893411 | 0893411001 | 001 |
I tried using regex but didn't produce a result. Thank you
Solved! Go to Solution.
Labels:
- Labels:
- Preparation
2 REPLIES 2
ponraj
13 - Pulsar
‎04-19-2018
11:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎04-19-2018
04:45 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi ponraj,
It was easy than I expected. I have been googling around for an hour before came here. Thanks for the guidance.
