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

CSV Parsing Fails in Header ( or first) Line #4

Closed
johnsdavis47 opened this issue Apr 19, 2016 · 2 comments
Closed

CSV Parsing Fails in Header ( or first) Line #4

johnsdavis47 opened this issue Apr 19, 2016 · 2 comments
Labels

Comments

@johnsdavis47
Copy link

When using Text::CSV to parse the CSV file produced using the npm-license-crawler option --csv file_name option, parsing fails in the first ( or header ) line. The 4th field License URL is not double quoted.

For example:

"module name","license","repository", license URL, "parent path"

"accept@2.1.0","BSD-3-Clause","https://github.com/hapijs/accept","https://github.com/hapijs/accept/raw/master/LICENSE","hapi:leto-app"

"align-text@0.1.4","MIT","https://github.com/jonschlinkert/align-text","https://github.com/jonschlinkert/align-text/raw/master/LICENSE","center-align:cliui:yargs:uglify-js:handlebars:leto-app"

"amdefine@1.0.0","BSD-3-Clause AND MIT","git+https://github.com/jrburke/amdefine","git+https://github.com/jrburke/amdefine/raw/master/LICENSE","source-map:handlebars:leto-app"

@mwittig mwittig added the bug label Apr 19, 2016
@mwittig
Copy link
Owner

mwittig commented Apr 19, 2016

Thanks for your bug report! I am going to fix this asap.

@mwittig
Copy link
Owner

mwittig commented Apr 19, 2016

Released npm-license-crawler@0.1.4

@mwittig mwittig closed this as completed Apr 19, 2016
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