as discussed in discord, the sqlToCSV val will not work if a column contains a comma.
sqlToCSV
I use this lib to handle edge cases in the VS Code Extension: https://www.npmjs.com/package/@json2csv/plainjs
https://esm.town/v/nbbaier/sqliteExportHelpers
<script type="module" src="https://esm.town/v/nbbaier/sqliteExportHelpers"></script>
as discussed in discord, the
sqlToCSV
val will not work if a column contains a comma.I use this lib to handle edge cases in the VS Code Extension: https://www.npmjs.com/package/@json2csv/plainjs