Declared in TrackingSystem

Declaration

bool ExportToCSV(
    Object obj,
    string path,
    bool includeUnits,
    string separator
);

Description

Exports the tracking data to a CSV file. This will look at a particular object that may be stored in the database and attempt to export it to a CSV file. This will overwrite any existing file with the same name.

Parameters

NameDescription
objThe object that was tracked
pathThe full file path to the CSV
includeUnitsA flag whether to include the units in the header
separatorThe separator for the CSV. Be careful with ’,’ as some values may include ’,‘.