Jump to content

Need Help With Gpsbabel


Recommended Posts

I need help with a style file I 'm making for TOPO 5.0

 

This is what I've got:

 

# gpsbabel XCSV style file

#

# Format: DeLorme Topo 4.0 Cache URL

# Author: SandRaven

# Date: 01/21/2004

#

#

 

DESCRIPTION DeLorme Topo 4.0 Cache URL

#

# FILE LAYOUT DEFINITIIONS:

#

FIELD_DELIMITER COMMA

RECORD_DELIMITER NEWLINE

BADCHARS ,"

 

PROLOGUE BEGIN SYMBOL

 

#

IFIELD LAT_DECIMAL, "", "%f" # Latitude

IFIELD LON_DECIMAL, "", "%f" # Longitude

IFIELD SHORTNAME, "", %s # Name

IFIELD URL, "", {URL=%s} # URL

EPILOGUE END

 

It's giving me back:

 

42.333017,-90.272367,GC5B2E,{URL=http://www.website}

 

what I want is:

 

42.333017,-90.272367,GC5B2E{URL=http://www.website}

Notice a Comma is gone here ^

 

Basically I wwant to combine two fields into one.

 

Anyone have any ideas?

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...