Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Strip Text out of String
Summary
I need to move data from on string of text to multiple columnsContent
Hi there~
I have a string of text (User Group Name), that includes a lot of details that I'd like to strip out into multiple columns. Here is the string:
Store1234 (SVU 810 BU01 D15)
Here are the columns that I need:
Oracle Store # | SVU Store # | Business Unit | District |
1234 | 810 | 01 | 15 |
I know how to strip data off the end or off the beginning, but figure there has to be an easy to way to pull out of the middle. Any thoughts?
Thank you!
0