skip to Main Content

Parse XML to Google sheets in google Apps Script

I need to parse a API XML data to Google sheet. I need all the data from each row. XML File, example: <directory> <fieldset> <field id="displayName">Display name</field> <field id="firstName">First name</field> <field id="lastName">Last name</field> <field id="gender">Gender</field> <field id="jobTitle">Job title</field> <field id="workPhone">Work…

VIEW QUESTION
Back To Top
Search