I have a project that I am using the XML Export option in PHPR 5.1, and I am running into 2 issues
- My field names have underscores (_) in them for example OWNER_NAME and STREET_ADDRESS
When I export to XML the underscores are removed for example OWNERNAME and STREETADDRESS. This is creating an issue as the software that I load the XML data into needs the field names to have the underscores
- When I export characters like < > and " PHPR is turning them into html like < > and "
Thanks