Skip to content
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

toObjects onParseEntry returns string instead of object #58

Open
okletsgo-rivas opened this issue May 11, 2016 · 0 comments
Open

toObjects onParseEntry returns string instead of object #58

okletsgo-rivas opened this issue May 11, 2016 · 0 comments
Labels

Comments

@okletsgo-rivas
Copy link

$.csv.toObjects( csv, { onParseEntry: onParseEntryHandler } );

function onParseEntryHandler( $entry, $state ) {
  // $entry returns plain text instead of an object per row
  // In $.csv.toArrays it would return an array of columns
}
@okletsgo-rivas okletsgo-rivas changed the title toObjects / onParseEntry toObjects onParseEntry returns string May 11, 2016
@okletsgo-rivas okletsgo-rivas changed the title toObjects onParseEntry returns string toObjects onParseEntry returns string instead of object May 11, 2016
@evanplaice evanplaice added the bug label Jan 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants