formulahendry / formulahendry/vscode-mysql
Export to CSV or any other machine readable format, save to file
- Dominant language
- TypeScript
- Stars
- 229
- Forks
- 58
- PR merge metrics
- No merged PRs in 30d
Description
I would like to be able to use the results with other code. Currently it just outputs a very nice view, but you have to manually select all output (no ctrl+a) and then the results are tab delimited.
For large results with text content tab delimited is useless because the text content might have tabs in it.
A simple csv, comma separated values, maybe with quote delimiters, would be much more useful. I like the current view, but if it could output to a file, that would be optimal.
The current view type seems to create a `sqlresult://mysql/data`, which then triggers Windows Store to search for an app that will open that file type every time you return a result.
Whatever the easiest simplest export format file type would be preferable to scraping from the current rendered view.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.