Skip to content

Convert a CSV file with separate field for latitude and longitude into the JSON format the MongoDB wants to run mongoimport on documents (lat/lon stored into new attribute called MongoPoint as a list).

Notifications You must be signed in to change notification settings

StevenHeinrich/csv2json4mongo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

csv2json4mongo

Just a little python function to convert a CSV file with separate field for latitude and longitude into the JSON format the MongoDB wants to run mongoimport on documents (lat/lon stored into new attribute called MongoPoint as a list).

About

Convert a CSV file with separate field for latitude and longitude into the JSON format the MongoDB wants to run mongoimport on documents (lat/lon stored into new attribute called MongoPoint as a list).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages