Is there a way we can export the data from a graph to csv or excel ?
Export a graph to excel
- 643 Views
- Last Post 04 October 2017
rangy
posted this
04 October 2017
- Last edited 04 November 2017
inCarDoc
posted this
04 October 2017
Export some data to csv-like files already available, so it could be configured to import them in Excel
you could use Share option to send file from Logbook by mail or other proper service
use long-click on record in Logbook that "Send" option ...
different types of files might have a different data-formats, but all are readable text
parameters traces are csv-like: have some text heder with descriptive information
and csv body with 3-4 columns
a) timestamp, stndard UNIX time in milliseconds since 1 jan 1970
b) parameter name (id)
c) value
d) extra parameters (for Economy rec.)
you might need some extra steps to prepare data for charts:
- cut off header
- filter parameters by parameter name
Thanks!