diff --git a/resources/js/papaparse.js b/resources/js/papaparse.js index 00e37a2..3f31b91 100644 --- a/resources/js/papaparse.js +++ b/resources/js/papaparse.js @@ -1,6 +1,6 @@ /* Papa Parse - v3.1.0 + v3.1.1 https://github.com/mholt/PapaParse */ (function(global) @@ -791,7 +791,8 @@ row["__parsed_extra"] = []; row["__parsed_extra"].push(_results.data[i][j]); } - row[_fields[j]] = _results.data[i][j]; + else + row[_fields[j]] = _results.data[i][j]; } } @@ -1319,4 +1320,4 @@ { return typeof func === 'function'; } -})(this); \ No newline at end of file +})(this);