Last active
December 20, 2015 06:29
-
-
Save brianherbert/6086052 to your computer and use it in GitHub Desktop.
Format for CSV files importing into Crowdmap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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