CSV import instructions improved

Importing CSV files has changed slightly since writing this manual.
Updating accordingly. A typo fix as well (comma separated *values*).

Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Miika Turkia 2014-01-25 09:49:25 +02:00 committed by Dirk Hohndel
parent b6ef5198f2
commit ac290a923c

View file

@ -900,7 +900,7 @@ be imported.
==== Importing dives in CSV format ==== Importing dives in CSV format
Sometimes dive computers export dive information as files with Sometimes dive computers export dive information as files with
_comma-separated variables_ (.CSV). For example, the APD Inspiration and Evolution _comma-separated values_ (.CSV). For example, the APD Inspiration and Evolution
closed circuit rebreather (CCR) systems export dive information in CSV format that closed circuit rebreather (CCR) systems export dive information in CSV format that
normally contains information about a single dive only. These normally contains information about a single dive only. These
files can easily be imported into _Subsurface_. CSV files are normally organised into files can easily be imported into _Subsurface_. CSV files are normally organised into
@ -945,7 +945,10 @@ for the above example:
ppO2: column 4 ppO2: column 4
Armed with this information, the import into _Subsurface_ is straightforward. Select Armed with this information, the import into _Subsurface_ is straightforward. Select
_Import->Import CSV_ from the main menu. The following dialogue appears: _Import->Import Log Files_ from the main menu. In the appearing file
selection menu, select one or more CSV files. Format is detected by the file
extension, and a common configuration dialog is presented for all the
files with CSV extension. The configuration dialog is following:
image::images/CSVDownload.jpg["FIGURE: CSV download dialogue",align="center"] image::images/CSVDownload.jpg["FIGURE: CSV download dialogue",align="center"]