Add export CSV to user manual

Mention the option to export in CSV format in our user manual.

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-04-30 19:08:27 +03:00 committed by Dirk Hohndel
parent 0e49e61ddc
commit 97e9be1ba6

View file

@ -1655,7 +1655,7 @@ image::images/MergedDive.png["Example: Merged dive",align="center"]
[[S_ExportLog]] [[S_ExportLog]]
== Exporting the dive log or parts of the dive log == Exporting the dive log or parts of the dive log
A dive log can be saved in two formats: A dive log can be saved in three formats:
* _Subsurface_ XML format. This is the native format used by _Subsurface_. * _Subsurface_ XML format. This is the native format used by _Subsurface_.
@ -1663,15 +1663,21 @@ A dive log can be saved in two formats:
UDDF is a generic format that enables communication among many dive computers UDDF is a generic format that enables communication among many dive computers
and computer programs. and computer programs.
* CSV format, that includes the most critical information of the dive
profile. Included information of a dive is: number, date, time,
duration, depth, temperature and pressure.
In order to save the WHOLE dive log (i.e. all trips and dives), select *File* In order to save the WHOLE dive log (i.e. all trips and dives), select *File*
from the Main menu. To save in _Subsurface_ XML format, select _File -> Save as_. from the Main menu. To save in _Subsurface_ XML format, select _File -> Save as_.
To save in UDDF format, select _File -> Export UDDF_. To save in UDDF format, select _File -> Export UDDF_ and to save in CSV
format, select _File -> Export CSV_.
In order to save only one or more dives or one or two trips, select the In order to save only one or more dives or one or two trips, select the
appropriate dives or trips in the *Dive List* panel and then right-click the appropriate dives or trips in the *Dive List* panel and then right-click the
selected dives to bring up the context menu. To save in _Subsurface_ XML selected dives to bring up the context menu. To save in _Subsurface_ XML
format, select _Save as_ from the context menu. To save in UDDF format, select format, select _Save as_ from the context menu. To save in UDDF or CSV
_Export as UDDF_ from the context menu. format, select _Export as UDDF_ or _Export as CSV_ from the context menu
respectively.
Export to other formats can be achieved through third party facilities, for Export to other formats can be achieved through third party facilities, for
instance _www.divelogs.de_. instance _www.divelogs.de_.