Can someone please help me with this XML? I keep getting an invalid character error. I'm trying to create an XML map to convert data in Excel.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<utilbills-data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<record>
<bill name>Broome County Industrial Dev Agency</bill name>
<mailing address>201 Robinson St</mailing address>
<city>Binghamton</city>
<state>NY</state>
<zip Code>13904</zip Code>
<reference>33 Lewis Rd</reference>
<propertyid>1</propertyid>
<bill date>09-30-2019</bill date>
<due date>10-30-2019</due date>
<bill number>24597</bill number>
<memo>Make Checks Payable To Town of Union Water and Sewer</memo>
<meter>1B</meter>
<previous balance>$0.00</previous balance>
<charge>$544.33</charge>
<description>WATER</description>
<previous read date>06-05-2019</previous read date>
<current read date>09-04-2019</current read date>
<previous reading>0</previous reading>
<current reading>10858</current reading>
<usage>10858</usage>
</record>