Binoculars
Binoculars copied to clipboard
Add export to CSV and JSON methods
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.