Show HN: Convert CSV files to ASCII tables (vscode extension) (marketplace.visualstudio.com) 4 points by plasma 6y ago ↗ HN
[–] plasma 6y ago ↗ Author here, made a vscode extension to convert your CSV/PSV/TSV files into a formatted ASCII table.I’ve found this useful when needing to export data from temporary sources (sql, APIs) and present them in an email. [–] dmlittle 6y ago ↗ Nifty little extension!For SQL sources, isn't it easier to copy-paste the query output rather than export it as a CSV and then convert it to a table format?
[–] dmlittle 6y ago ↗ Nifty little extension!For SQL sources, isn't it easier to copy-paste the query output rather than export it as a CSV and then convert it to a table format?
2 comments
[ 2.0 ms ] story [ 13.0 ms ] threadI’ve found this useful when needing to export data from temporary sources (sql, APIs) and present them in an email.
For SQL sources, isn't it easier to copy-paste the query output rather than export it as a CSV and then convert it to a table format?