We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5adb96f + bbcbdee commit 25ac351Copy full SHA for 25ac351
lib/arrayParser.js
@@ -35,7 +35,7 @@ ArrayParser.prototype.newEntry = function(includeEmpty) {
35
var entry;
36
if (this.recorded.length > 0 || includeEmpty) {
37
entry = this.recorded.join("");
38
- if (entry === "NULL") {
+ if (entry === "NULL" && !includeEmpty) {
39
entry = null;
40
}
41
if (entry !== null) {
0 commit comments