Hello, I have a doc of html code. I broke it out by location, address. Some of the files have an address2 line which are causing this issue, others dont and they are shown as below.
Student Center <br/>Albany, GA 31705
Is there a way in alteryx to split this into 2 seperate rows? maybe with a formula?
What I want ex....
Student Center
Albany, GA 31705
thinking something like this............ if </br> then newRow
Please let me know