Export device state to CSV > FTP

,

Hi @paul_wareham,

I think the best solution would be to leverage a third-party to perform the conversion. Here are some options I can think of:

  1. Cloud Functions: All of the cloud vendors (Google Cloud, AWS, Azure) support the ability to write serverless functions. This would allow you to create a small function that’s triggered by the workflow engine to communicate with FTP.

  2. Roll your own API: Because you can trigger any arbitrary HTTP endpoint in the Workflow Engine, you can create your own microservice that takes CSV data as input and communicates to your FTP Server.

I’m happy to provide more thoughts here if needed!