Hi all, I want to interface to another system where you normally put in a serial number and it returns information about the product. I need to retrieve this information instead, and the other vendor provides CSV or XML files.
I need to figure out the best way to take this file (which can have more than one record) and have my NTW system create new records from this file. My thought is to upload the CSV or XML file, like I would with a photo, and have a timer on my web server page look for the files and add the records to the database. Is there another way to handle this with NTW? I can't think of a way to send XML to a web page and have it do something, but wasn't sure if I'm missing anything. Thanks! Mike