mongodb - Export data by following JSON Schema -


i have many fields on mongodb, want export these out appear on json schema.

this json schema, want these fields .csv:

{   "names": [     {       "source": 0,       "order": 0,       "version": 0,       "registrationdate": "",       "enddate": "",       "name": "",       "language": ""     }   ],   "auxiliarynames": [     {       "source": 0,       "order": 0,       "version": 0,       "registrationdate": "",       "enddate": "",       "name": "",       "language": ""     }   ],   "addresses": [     {       "source": 0,       "version": 0,       "registrationdate": "",       "enddate": "",       "careof": "",       "street": "",       "postcode": "",       "city": "",       "language": "",       "type": 0,       "country": ""     }   ] 


Comments

Popular posts from this blog

cron - how to properly run Python script with crontab on every system startup -

elasticsearch - Is the order of operations guaranteed in a bulk update? -

Slow performance first queries on SQL Azure -