SBK-CSV-File
Forewords
When recording the sensor data, the DataLogger do store the data into a CSV file.
Unlike a computer, the microcontroler that powers the DataLogger has no concept of regional settings.
Consequently, the commonly used settings are applied when generating the CSV files and write numeric values into them.
CSV convention
The comma is used as field separator.
Numbers are written with
- dot as decimal separator
- Without thousand separator
Textual value are double quoted
DateTime are encoded with the format
Here an short example of CSV file generated with the datalogger.
Written by Meurisse D. for MCHobby