Member since
06-23-2017
8
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 4349 | 01-03-2019 03:04 PM |
01-03-2019
03:04 PM
I figured out that if I use regex_replace, I can work around the data issue. select
xpath_string(regex_replace(xml_column, '\\?\<', ''), '//Root [@name="OfferId"]/@value')
from table;
... View more