cat
legge solo il file, non analizza il file come json.
Prova:
var file = JSON.parse(cat('/home/vivek/locationCoordinates.json'));
db.geoPolygonData.insert({"polygonName":"location6", "polygons":{"type":"Polygon", coordinates:[file]}});
cat
legge solo il file, non analizza il file come json.
Prova:
var file = JSON.parse(cat('/home/vivek/locationCoordinates.json'));
db.geoPolygonData.insert({"polygonName":"location6", "polygons":{"type":"Polygon", coordinates:[file]}});