
GPS-
Ba-
bel
XCSV
Style
Files
100
# Date: 12/09/2002
#
DESCRIPTION Microsoft Streets and Trips 2002-2006
EXTENSION txt
#
# FILE LAYOUT DEFINITIIONS:
#
FIELD_DELIMITER TAB
RECORD_DELIMITER NEWLINE
BADCHARS ,"
PROLOGUE Name Latitude Longitude Description URL Type Container Diff Terr
#
# INDIVIDUAL DATA FIELDS, IN ORDER OF APPEARANCE:
# NOTE: MS S&T ONLY IMPORTS DATA, IT DOESN'T
# EXPORT THIS ANYWHERE SO WE CAN HAVE OUR
# WAY WITH THE FORMATTING.
#
IFIELD SHORTNAME, "", "%s" # Name
IFIELD LAT_DECIMAL, "", "%f" # Latitude
IFIELD LON_DECIMAL, "", "%f" # Longitude
IFIELD DESCRIPTION, "", "%s" # Name 2 (Big Description)
IFIELD URL, "", "%s" # URL
IFIELD GEOCACHE_TYPE, "", "%s" # Geocache Type
IFIELD GEOCACHE_CONTAINER, "", "%s" # Geocache Type
IFIELD GEOCACHE_DIFF, "", "%3.1f" # Geocache Type
IFIELD GEOCACHE_TERR, "", "%3.1f" # Geocache Type
Each of these lines will be explained in the following sections.
Internal Constants
A few internal constants are defined in the XCSV parser to make the style file simpler. They may or may
not be used and are optional in most cases. Note that only certain style file directives map these constants.
Style Constant: COMMA
Maps to Char(s): ,
Style Constant: COMMASPACE
Maps to Char(s): ,<space>
Style Constant: SINGLEQUOTE
Maps to Char(s): '
Style Constant: DOUBLEQUOTE
Maps to Char(s): "
Style Constant: COLON
Maps to Char(s): :
Style Constant: SEMICOLON
Maps to Char(s): ;
Style Constant: NEWLINE
Maps to Char(s): \n
Style Constant: CR
Maps to Char(s): \r
Kommentare zu diesen Handbüchern