Re:dash is very useful, so I always use Re:dash without ssh to connect to AWS RDS.

I know Re:dash supports CSV/excel formats to download.
CSV format is text type, but there are comma in the result.

It is sometimes be noise, so I would like to download plain format like executing SQL on console.
Is there any way or do you have plan?

I agree this could be useful to have a Tab Separated Value (TSV) export.

A workaround if you’re okay with scripting it yourself is to use the Redash API to pull the query result as JSON and then output to your desired format. In Python this is as easy as instantiating a new csvWriter with a tab delimiter instead of ,.

1 Like

Thank you for your reply.
I tried to create a PR to support download TSV file.

3 Likes