Send CSV file from IOT device

How can I send a cvs file from my IOT device?

Hi @Dirk_Swart !

You could utilize blob attributes to include the .csv in a device state report.

Alternatively, you can publish files from an Edge device to your Application Files. We’ve created a template (link) that demonstrates this process.

Let us know how it goes, or if you need any additional help!