GPXRead
Signatures
Description
Reads a GPX file from path
and creates several tables
prefixed by tableName
representing the file’s contents. If deleteTables
is equal to true
, existing tables (with the same prefix) are removed.
Tables are produced depending on the content of the GPX file, and may include:
TABLENAME_WAYPOINT
TABLENAME_ROUTE
TABLENAME_ROUTEPOINT
TABLENAME_TRACK
TABLENAME_TRACKPOINT
TABLENAME_TRACKSEGMENT
By default, the tableName
is the filename given in path
without
the extension.
Warning on the input file name
When a tablename
is not specified, special caracters in the input file name are not allowed. The possible caracters are as follow: A to Z
, _
and 0 to 9
.