Browse Source

Now returning meta object with the delimiter

pull/41/head 2.1.1
Matthew Holt 11 years ago
parent
commit
7cf15d9b7e
  1. 5
      jquery.parse.js
  2. 4
      jquery.parse.min.js
  3. 2
      parse.jquery.json

5
jquery.parse.js

@ -607,7 +607,10 @@ @@ -607,7 +607,10 @@
{
return {
results: _state.parsed,
errors: _state.errors
errors: _state.errors,
meta: {
delimiter: _config.delimiter
}
};
}

4
jquery.parse.min.js vendored

File diff suppressed because one or more lines are too long

2
parse.jquery.json

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
{
"name": "parse",
"version": "2.1.0",
"version": "2.1.1",
"title": "Papa Parse",
"description": "Papa is a powerful CSV (delimited text) parser that streams large files and gracefully handles malformed input.",
"keywords": [

Loading…
Cancel
Save