Details
-
New Feature
-
Resolution: Won't Fix
-
Minor - P4
-
None
-
None
-
None
Description
Almost all of my queries take the form
db.mycollection.find(
{…}).toArray().forEach(function(o)
{print(o._id+"\t"+o.total);})
i.e. I don't want JSON output, I want CSV output because I'm copying and pasting into Excel.