Binoculars icon indicating copy to clipboard operation
Binoculars copied to clipboard

Add export to CSV and JSON methods

Open StudioLE opened this issue 5 years ago • 0 comments

Add methods to export run data to .csv and .json saved on the local file system or networked server.

Proposed method names are Data.ExportToCSV() and Data.ExportToJSON().

The methods will accept the same arguments as Data.ExportToGoogleSheets().

A switch/if statement will determine which export method to used as defined in a config file.

StudioLE avatar Apr 15 '19 12:04 StudioLE