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.
Processing files then uploading them to file store
-
Re: Processing files
I was hoping to piggyback off of the "Processing Files" thread by using the component @Jared-Wiltshire created in a different way. Instead of downloading the file would it be possible to place the parsed file in the file store?
-
Yes, just use the filestore api to upload the file with its contents as
REST V2 /file-stores/{name}/** Upload a file to a store with a path
With Jared's filestore service. The code is all there to be utilised.
https://github.com/infiniteautomation/ma-dashboards/blob/main/UI/web-src/ngMango/services/fileStore.js -
@mattfox Thank you very much.