Bug: CSV export doesn't stringify JSON columns
Ran into this bug when exporting data from a table that uses JSONB columns. When I export to CSV, it's rendered in the file as "[object Object]" instead of being properly JSON.stringify-ed, so the export is a lot less useful. When I export to JSON, it does properly include the data from the JSONB columns.
