Hello, We have a subscription to a service that delivers us (daily) some structured XML-data in a php-webfile. So we can go to this webpage and copy the data. We could do that every day, but need a lot of extra handling to get these data in Google Sheets or MailChimp for example. What application, platform, service or Zapier functionality could automatically read and process this xml-code from a certain webpage?. Here’s an example of this code:
<Export>
<ROWSET>
<ROW>
<volgnummer>1423892</volgnummer>
<datum>2020-06-22</datum>
<typevraag>informatieaanvraag</typevraag>
etc
</ROW>
<ROW>
<volgnummer>1423895</volgnummer>
<datum>2020-06-22</datum>
etc