Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
Retrieving data using cURL
-
Any suggestions how to use cURL to retrieve data? I can't get it to won't work within HTTP Retriever. The cURL string is long - 227 characters. HTTP Retriever is the logical way to grab the data.
-
Hi mlavelle,
I'm not sure I understand. If you are trying to invoke curl, you could do that through the SSH data source, or have a cron run the curl command and save the output to a file, which could be read from Mango in a few ways.
Can you describe the problem you're having with the HTTP Retriever a little more?
-
You've given me some ideas. What options are available within Mango to read a file?
-
ASCII File is the simplest (line by line regex). SSH can read files too. The Data File data source can import files whole.