gaurav_sandil
7 years agoNew Contributor III
XML Column parsing
Hi,
I have a table which contains the following columns:
ActionID, DataTypeCD, Data, ActionDataID
These columns have below values in it:
-
ActionID = 123
-
DataTypeCD = DDV2
-
Data =
LETR
CROM
MOBL
IOSS
SNTS
DQLF
-
ActionDataID = 456
Now I want to have the 9 columns with their respective values as:
- ActionID = 123
- DataTypeCD = DDV2
- Channel = LETR
- Browser = CROM
- Device = MOBL
- OpertaingSystem = IOSS
- WordExport = SNTS
- SurveyAction = DQLF
- ActionDataID = 456
I tried using XML Snaps but couldn’t achieve the desired result.
Please help me in solving this problem statement.
Thanks,
Gaurav Sandil