Extract data from .XML

Is there a way or any workarounds for extracting structured data (or even plain text) from .xml files uploaded into appsheet?

Any API you would recomend?

Thanks,

Karim

Since Google Apps Script (GAS) is now integrated with Appsheet automations, I am wondering if you would want to try implementing a GAS script along with the XML Service? https://developers.google.com/apps-script/reference/xml-service

2 Likes

Thanks a lot!

1 Like