Skip to content

Commit

Permalink
[se] Fix bug 71890
Browse files Browse the repository at this point in the history
  • Loading branch information
GoshaZotov committed Feb 7, 2025
1 parent baa7464 commit 082029b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/AdvancedOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
this.delimiter = delimiter;
this.delimiterChar = delimiterChar;

this.textQualifier = null;
this.textQualifier = '"';

this.numberDecimalSeparator = null;
this.numberGroupSeparator = null;
Expand Down

0 comments on commit 082029b

Please sign in to comment.