So we import information and it's filled with HTML tags, and I want to find a way to easily replace it with the Expression Builder.
The PlainText function doesn't work very well as the <br> <p> tags etc. create new lines within the new field, and leaves some of them blank.
The best way would probably be to create a replace function like:
Replace(field, "<*>","")
Where all fields that start with < and end with > are removed. How would I do this though?
The PlainText function doesn't work very well as the <br> <p> tags etc. create new lines within the new field, and leaves some of them blank.
The best way would probably be to create a replace function like:
Replace(field, "<*>","")
Where all fields that start with < and end with > are removed. How would I do this though?