I'm having an issue with mongoDB doing a CSV export and I just need a new set of eyes to see what's wrong.
mongoexport —-database twitter_database —-collection tweets --csv --fields geo,lang --out m_twitter.csv
I'm getting a ERROR: too many positional options
I'm not sure why. I must be missing something.