-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
formatter.js: Disabling quote doesn't work #97
Labels
Comments
+1 |
If you guys submit a PR we can get it reviewed and merged. I don't think anyone is actively working on this. |
+1 |
doug-martin
added a commit
that referenced
this issue
Jul 29, 2019
doug-martin
added a commit
that referenced
this issue
Jul 30, 2019
Merged
Fixed with |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I try to disable the quoting like this:
it's not working, because the
null
value ofoptions.quote
is ignored while settingQUOTE
in formatter.js:When I use the following option
the fields are escaped / quoted, too.
Example
What I want:
my text;text with " in it;another text
What I get:
my text;"text with "" in it";another text
The text was updated successfully, but these errors were encountered: