Forum Discussion
_anomDiebolt_
11 years agoQrew Elite
The screenshot of your XML file is a xsd schema file so it only describes the structure of the XML file that will contain the actual data. What you will need to do is use the image onload technique to insert a <input type=file accept=xml> into your form so you can select the xml data file that contains serial number and device model. When the XML file is selected you use jQuery to parse out the serial number and device model information and feed it into the two fields in your table.
There was a similar question recently asked and answered which you might be able to use as a starter:
https://quickbase-community.intuit.com/questions/1013515
If you need help feel free to contact me off-world using the contact information in my profile.
There was a similar question recently asked and answered which you might be able to use as a starter:
https://quickbase-community.intuit.com/questions/1013515
If you need help feel free to contact me off-world using the contact information in my profile.