allow copying columnar data in table view as csv and not json
When using table view to look at results, it would be great if the user was able to copy the contents of a column, without the copied contents being in JSON. For example: I query some collection to get some results. The results contain a column for some ids. I want to select that column and copy those ids (preferably as a csv).
This is not possible currently. I either have to project my output to be that single column, but even then when I copy the contents are added to my clipboard as JSON like { _id: something }, { _id: something }, etc.
There are workarounds to this, but I just want to copy columnar data without having it secretly transformed to JSON lol.
I am pleased to announce that version 2020.7.0 of Studio 3T has recently been released and it is available for download at the following location:
https://studio3t.com/download/
This new release contains a fix for the issue you reported (Quick Export to CSV) and we would love to hear how it works for you.