Cumulocity IoT Tips and tricks - Custom CSV export from Python

Find attached an example of how to export data in a custom way using the APIs. The example exports measurements as CSV file. Arguments are tenant, username and password. Edit the query variable to change what data is queried.

export.py (1.72 KB)