Data Output

There are 4 ways to export data from Argos:

The Export button will always export the current data set in the primary console or the temporary data set in the temporary console.

If the Shift key is not held down when initiating the data output process, the data export dialog looks like the following:

---> images/data-export-dialog.png <---

Attributes (or variables) are selected with Left , Ctrl-Left , and Shift-Left . See here for details.

If the Shift key is held down when the data output process is initiated, the data export dialog looks like the following:

---> images/data-export-dialog-dnd.png <---

Select and move the variables you would like to export from the left Attributes column to the right Selected Attributes column. The top-to-bottom ordering of variables in the right column determines their left-to-right column ordering in the file of the exported values. See here for details.

Both versions of the data export dialog allow you to specify:

Additionally, the data export dialog when the Shift key is pressed allows you to specify the ordering of the variables to be exported.

Data in the CSW format can be loaded back into Argos faster. The CSW format can preserve colors if Observation color is selected. Data files in the CSW format have a .csw file extension.

The Separator combo box will be sensitive to user input only when the CSV format is selected, as in this figure:

---> images/data-export-dialog-other.png <---

If you would like to sort the rows in the exported data according to the values of some variables, press and hold down the Shift key when you click the O.K. button; a menu will pop up for you to select variables to determine the observation ordering in the exported data file. What variables are included in this menu is determined by the :order-controller-candidates preference. Its default value is :selected, which means only variables selected to be exported are listed in this menu. The other legal value for this preference is :all, which means all variables of this data set will be listed. Here are a few examples to demonstrate sorting observations in the exported data. All examples use the following data set:

A 2.0 9.0
B 0.0 8.0
C 1.0 8.0
D 1.0 9.0
E 0.0 9.0
F 2.0 6.0
G 2.0 8.0
H 2.0 7.0
I 0.0 7.0
J 1.0 7.0
K 1.0 6.0
L 0.0 6.0
      

There are 3 variables: ID (the first column), V1 (the second column), and V2 (the third column). Suppose all 3 variables are selected to be exported.

Invoking Primary Console Menu Bar->Data->Export... (Ctrl-E) will take you through the same process as clicking the Export button, except for when there is more than one data set loaded in Argos. Under such circumstance, a menu of all available data sets, with the current data set preselected, will first pop up for you to pick the one to export.