CSV download#

Measurement data can be exported to a local PC as CSV.

Note

When exporting historical data (Stored Data) in CSV, please execute the export after the data has been loaded to the browser.

This function exports only the data that has been loaded in the web browser. If CSV is exported when data has not been completely loaded, an incomplete CSV will be output.

Note

Large measurement data may not be exported

Measurement data that is too large to be loaded into Data Visualizer cannot be exported.

If the measurement data is too large, the message "Download stopped because the data is too large to be loaded to the browser." will be displayed and loading will stop.

In this case, do one of the following to reduce the data to be loaded.

  • Use calendar-icon (Preview Stored Data) to shorten the time range to be loaded.

  • Reduce the number of data bound to the screen; Data Visualizer will attempt to load all data bound to the screens (data with specified edge, data type, data ID, and channel). Check for all loaded screens, not just the current screen.

  1. download-icon Click [Data Download].

  2. Set the CSV data format.

    ../_images/image217.png
    1 Output Hex value before data conversion

    If checked, pre-conversion binary data (CAN data from vehicle measurements for example) is downloaded as hex values.

    Example of output when OFF (physical value):

    "#timestamp","51_Analog_p5V:ch0@51_apt_an[edge1]"
    "1649397290.214403",1.0090028229190506
    "1649397290.220803",1.0090791180285341
    "1649397290.227203",1.0090791180285341
    "1649397290.233603",1.0090791180285341
    "1649397290.240003",1.0090028229190506
    

    Example of output when ON (hex value):

    "#timestamp","51_Analog_p5V:ch0@51_apt_an[edge1]"
    "1649397290.214403","0xA93361515B5342650000000000000000"
    "1649397290.220803","0xAA335151385350650000000000000000"
    "1649397290.227203","0xAA335451155322650000000000000000"
    "1649397290.233603","0xAA334A511E533A650000000000000000"
    "1649397290.240003","0xA93367514C5331650000000000000000"
    
    2 Output Timestamp for display

    If checked, timestamps are added to the first row for date-time display. Example of output:

    "#timestring","#timestamp","51_Analog_p5V:ch0@51_apt_an[edge1]"
    "'2022/04/08 14:54:50.214403","1649397290.214403",1.0090028229190506
    "'2022/04/08 14:54:50.220803","1649397290.220803",1.0090791180285341
    "'2022/04/08 14:54:50.227203","1649397290.227203",1.0090791180285341
    "'2022/04/08 14:54:50.233603","1649397290.233603",1.0090791180285341
    "'2022/04/08 14:54:50.240003","1649397290.240003",1.0090028229190506
    

    Note

    Naming rules for output files

    yyyymmddhhmmsss{start date and time}-yyyymmddhhmmsss{end date and time}.csv

  3. Select the data to be downloaded as CSV.

    Select All

    Data for all panels are downloaded as CSV.

    ../_images/image221.png
    Edge selection

    Data for the the selected edges are downloaded as CSV.

    ../_images/image222.png
    Data name selection

    The selected data are downloaded as CSV.

    Data items can be selected from different edges.

    ../_images/image223.png
  1. Set the sampling period

    Data sampled at the set period is output.

    The value at the most recent time in the period will be set as the value of the data.

    If there is no preceding data, the data will be set as blank.

    ../_images/image224.png

    Possible values: - (none), 1000 ms, 100 ms, 10 ms, 1 ms

  2. Click [Download].