Upload Data from a CSV File

This tutorial will guide you through the process of uploading data from a CSV file to a Thing.

In this training, you will:
  • Define a device
  • Upload the file to the platform
  • Send data to the platform
  • Use events to store failure data

Imagine during the testing phase of your machine, you have run tests on it and have collected the failure results in a CSV file, or you already have historical data in CSV format that you want to use for your IoT project.

In this tutorial, you will learn how to upload data from a CSV file to a Thing’s properties-history using a Python script.

Steps in this Tutorial