diff options
author | Miika Turkia <miika.turkia@gmail.com> | 2014-01-25 09:49:25 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-01-25 06:53:04 -0800 |
commit | ac290a923c63086be92e54a3e6dd7494fd89def1 (patch) | |
tree | 75a394fc60f92cd81ad5e86a6fe32bfd60e01bd8 /Documentation | |
parent | b6ef5198f2b31a80652b9308c06ec2596a12bc51 (diff) | |
download | subsurface-ac290a923c63086be92e54a3e6dd7494fd89def1.tar.gz |
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/user-manual.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index 4622556ff..5d9dd6e65 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -900,7 +900,7 @@ be imported. ==== Importing dives in CSV format 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 normally contains information about a single dive only. These files can easily be imported into _Subsurface_. CSV files are normally organised into @@ -945,7 +945,10 @@ for the above example: ppO2: column 4 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"] |