I have a webserver that is open to wan. Is there a way I can import the data from a file that is stored at
example: http://122.33.55.11/test.txt or http://122.33.55.11/test.csv ) or if text file doesn't work I can have the data converted to a html file like: http://122.33.55.11/test.html then pull the text off of test.html
Hi,
You should be able to setup an api resource and make a GET request to the files stored there. You'll probably need to store data in JSON format. Or find a way to convert it using JS.
1 Like