Share:
Several issues appeared on the CSV parsing:
* The “zipcode” field was too restrictive, now “zip” is acceptable
* If a CSV included multiple lines for an address (e.g. street 1, street 2), we would only include the first, now we support multiple street matches
* We were not matching “address” or “street address” as a street. This is now fixed.