Skip to content

Extra quote when trying to parse the following CSV #39

@paul-piro

Description

@paul-piro

I'm trying to parse the following csv but i get an extra quote at the end of the first field

Date Download,Image ID,Filename,Original Filename,License,Earnings,Tax
"2016-11-15 05:01:51","62944391","160700127","","240","24.0800","0.00"
"2016-11-15 05:01:57","62944391","160700127","","1080","108.3600","0.00"

I'm using and i get the date with an extra quote at the end
var csv = new Csv(data, { header: true });

i'm doing something wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions