Forum Discussion
Anonymous
3 years agoNot applicable
How to format string text by delimiter
Hi All, I have the XML string column in my table and I want to structure it to look better, i.e. want to move text to a new row after this character '>' To give you more context, below is wha...
Bifinity_75
3 years agoSolution Sage
Hi Anonymous , try this:
1.- Split column by delimiter ">":
2.- Tranpose the table:
I hope it works for you, best regards