sensebox / OER

Documentation for the senseBox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sensemap: Download of data in CSV format

frankolivergloeckner opened this issue · comments

The current CSV format does not seperate date and time.
Example:
"createdAt","value"
"2016-02-07T00:01:38.561Z","19.38"
From a user perspective I would recommend:
"date","time","value"
"2016-02-07","00:01:38.561Z","19.38"
or even leaving out the 4 digits after seconds
"2016-02-07","00:01:38","19.38"