Feature request:
I need the ability to save important data to Non-Volatile Storage. I then need the ability to upload that data to a tulip instance server. Ideally the data is in table (.csv) form.
Reasoning:
I work on a process that requires users to create very important data on an iPad and upload that data to a tulip instance server. This data has to be contemporaneous and has to be stored correctly 100% of the time. The process cannot stop, even if the wifi drops for short or extended periods of time.
The way to do this is to save the data to Non-Volatile Storage and when the wifi connection is good try uploading it to the tulip instance server. Once the data has been uploaded to the server it can then be offloaded from the Non-Volatile Storage on the local machine (ipad)
Ideally the data on the Non-Volatile Storage would be encrypted so it’s secure and then decrypted when it is being uploaded to the tulip instance server.