Forum Discussion
joxe
5 years agoRegular Visitor
How to divide a column keeping the delimiter?
Hello, When I divide a column by delimiter in the result the delimiter is lost. How can I keep it? Thanks.
- Anonymous5 years ago
You could use ReplaceValues and replace "<h3" with "<h3,", and then split using "," as the delimiter.
--Nate
Anonymous
5 years agoNot applicable
You could use ReplaceValues and replace "<h3" with "<h3,", and then split using "," as the delimiter.
--Nate
- joxe5 years agoRegular Visitor
Very easy and very effective solution. Thank you very much!