You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.
It would be great if we could export to CSV a query result, with some settings like csv_delimiter, csv_header (true/false), csv_quote_character and things like that. This is super helpful for sharing the result with others, using it in another tool...
Version
SQLTools Version: v0.9.9
The text was updated successfully, but these errors were encountered:
Having this built in is essential. If you're pulling data using SQL, you almost definitely are going to be manipulating in some way, be it in R, Python, Excel, or something else. So being able to export it to an easily readable, standard format is key.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Issue Type
Feature Request
Description
It would be great if we could export to CSV a query result, with some settings like
csv_delimiter
,csv_header
(true/false),csv_quote_character
and things like that. This is super helpful for sharing the result with others, using it in another tool...Version
The text was updated successfully, but these errors were encountered: