Dynamic CSV streaming from your app
To automatically sync with your app, you can provide us with a dynamic CSV stream generated by your app’s endpoint as a simple comma-delimited line-by-line text response with an appropriate HTTP header to indicate the correct MIME type.
Dynamic response example:
HTTP/1.1 200 OK Content-type: text/csv {Any other web server’s specific HTTP headers} ... Your CSV data is here ...