vscode-edit-csv icon indicating copy to clipboard operation
vscode-edit-csv copied to clipboard

Option to allways wrap values in " or other char

Open RHasemann opened this issue 4 months ago • 0 comments

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!

RHasemann avatar Oct 16 '24 07:10 RHasemann