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
Name | Description |
---|---|
obj | The object that was tracked |
path | The full file path to the CSV |
includeUnits | A flag whether to include the units in the header |
separator | The separator for the CSV. Be careful with ’,’ as some values may include ’,‘. |