Skip to main content

Making a CSV file readable

This article explains how data in an exported CSV file can be made readable in Excel.

Background
#

This article explains how data in an exported CSV file can be made readable in Excel.

See this article for a guide on how to export data from a sensor in CSV format.

CSV file example

Making a CSV file readable
#

After you have downloaded a CSV file from the web app, it can be opened with Excel. The format of the file is not formatted for readability by default. Some settings need to be adjusted to get an overview of the data. Follow this guide to make these adjustments.

  1. Locate your CSV file and open it with Excel. When first opened, the file will look like this:
CSV file - initial view
  1. Mark column A (1) and enter the Data tab in the top menu (Alt + A):
Excel - Data tab
  1. Select “Text to Columns”. This will open a pop-up modal:
Text to Columns modal
  1. Select “Delimited” and click “Next”:
Delimited selection
  1. Tick off “Tab” and “Comma”. Proceed by clicking “Next”:
Tab and comma selection
  1. Click on “Advanced”:
Advanced options
  1. Set “Decimal separator” to " . " (dot) and “Thousands separator” to " , " (comma). Click “OK”:
Decimal and thousands separator settings
  1. Click “Finish”.

The sheet has now been formatted for better readability and will look like this:

CSV file - formatted view