Please see the attached image. Each of the underlined section of the string needs to go to its respective field.
Currently all the information is within one field. What's the best way to extract information I need and place it in their respective fields.?
I don't see your attached image...
Thank you for pointing that out. Post has been updated with image.
I'd be inclined to export the attribute table to a .dbf and try to separate the values in MS Access. Doing a little testing, you'd:
Something like that...clunky, but if it's a one-time job it shouldn't take long.
Similar to @FrancisClergue , but could open the txt file in Excel, replace the <br> with a colon, then text to columns using the colon as the delimiter. Then just delete the columns you don't want.
R
I could also see you doing a lot of this with Python and string slicing or even using Pandas dataframes. Lots of methods depending on your comfort zone.
I also think this could probably be accomplished with a combination of Arcade and Field Calculator.