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.