Tagged Questions
2
votes
1answer
246 views
mongoexport csv output array values
I'm using mongoexport to export some collections into CSV files, however when I try to target fields which are members of an array I cannot get it to export correctly.
command I'm using:
...
0
votes
1answer
503 views
Mongodb export to SQL tool
Starting with monbodb.
Administrators are asking a "classical" db for reporting stuff.
Does it exist a tool to export documents to a relational db?
Like having a flattening option or the automatic ...