Skip to content

toObjects onParseEntry returns string instead of object #58

Description

@okletsgo-rivas
$.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
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions