Skip to content

Instantly share code, notes, and snippets.

@brianherbert
Last active December 20, 2015 06:29
Show Gist options
  • Save brianherbert/6086052 to your computer and use it in GitHub Desktop.
Save brianherbert/6086052 to your computer and use it in GitHub Desktop.
Format for CSV files importing into Crowdmap
Format:
(posting user) (map id if owned by map) (post message) (lat) (lon) (alt) (location name) (date posted) (duh) (a map to attach this post to)
user_id, owner_map_id, message, lat, lon, altitude, location_name, date_posted, public, posts_maps_map_id
|
|
Note: must include altitude although it isn't
actually being inserted. You can use "0" as
a default value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment