
GPS-
Ba-
bel
XCSV
Style
Files
102
ENCODING UTF-8 # Use UTF-8 for input and output.
DATUM
This value specifies the GPS datum to be used on read or write. Valid values for this option are listed in
Appendix A, Supported Datums.
DATUM European 1950
DATATYPE
Specifies the kind of data we have to read or write.
By default all data are seen as waypoint data. With DATATYPE you are now able to bind a specific type
to this format. Possible values are WAYPOINT, ROUTE or TRACK.
DATATYPE ROUTE # route-only format
GPSBabel Behavior Directives
There are a few available directives to control some of the internal processing functions of GPSbabel.
SHORTLEN
This sets the maximum allowed shortname length when using the internal shortname synthesizer.
example:
SHORTLEN 16 # shortnames will be at most 16 characters long.
SHORTWHITE
This tells the shortname synthesizer whether or not to allow whitespace in the synthesized shortnames.
Allowed values are zero and one.
example:
SHORTWHITE 0 # Do not allow whitespace in shortname.
SHORTWHITE 1 # Allow whitespace in shortname.
Defining the Layout of the File
The first few directives define the layout the physical file itself:
FIELD_DELIMITER
The field delimiter defines the character(s) that separate the fields in the rows of data inside the XCSV
file. Common field delimiters are commas and tabs. (referred to as "comma separated values" and "tab
separated values")
examples:
Komentarze do niniejszej Instrukcji