Forum Discussion

joxe's avatar
joxe
Regular Visitor
5 years ago
Solved

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.
  • Anonymous's avatar
    Anonymous
    5 years ago

    You could use ReplaceValues and replace "<h3" with "<h3,", and then split using "," as the delimiter.
    --Nate