First time here? Check out the Help page!
1 | initial version |
If you want high level data you can download the results.csv
file from the analysis page on the server. This contains argument values for each datapoint as well as output variables that have been setup based on runner.registerValue
objects. If you want to download a specific datapoint after reviewing the high level data, that can also be done from the server by downloading a zip file for any datapoint. If you want to download all datapoints then a script can be setup to loop through dataopints for an analysis on the server and download a zpi file for each dataopint. If this is what you are interested in I can see if we have an example script posted (or I'll post one if we don't have it). Our most common use case for this is to download time series CSV file generated by a reporting measure. We also have approaches to cleanup the run directory to minimize download size.