Hi, I have an API download that includes text fields that contain standard html, so <p> for new lines & <li> for bullet lists.
I want to maintain this when loading into excel, so need to convert it to something excel understands so my output in an excel looks something like:
We need these items:
Thanks
Anyone have a method for doing this?
Solved! Go to Solution.
Thanks, useful - there are so may variants of tags in the same return, so <li> & <li style.. etc I ended up having to use multiple nested REGEX_replace in multiple formula tools, but got there in the end.