vscode-edit-csv
vscode-edit-csv copied to clipboard
Option to allways wrap values in " or other char
Edit cvs 0.10.0
- Edit cvs
Feature
Please add the option (in Write options?) that field values could always be surrounded with a char, like " or ' for example and don't remove these on empty fields. Because this makes a big difference! If you, for example, use the csv to import data into a database:
... ,, ... means the value is null, whereas ... ,"", ... means the value is an empty string!
Which is a big difference if your db has non-null columns!
Thx!