I would like to export a MongoDB collection straight into a tab-delimited txt file. I see stackoverflow posts, etc. saying this is possible but the Mongo docs as well as the utility itself seem to state that only JSON and CSV are supported. Is there a way to do TSV in Mongo or do I need to do a Regex or other conversion after exporting?