Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Expose csv-parse options in body parser #53

Closed
paolochiodi opened this issue Aug 18, 2016 · 3 comments
Closed

Expose csv-parse options in body parser #53

paolochiodi opened this issue Aug 18, 2016 · 3 comments

Comments

@paolochiodi
Copy link

I'd like to be able to set some of the options of the csv parser used internally by csv-parse, especially relax_column_count.

I know that I can override some of the default options with request headers, but not everything is exposed and not everything should be left to the client to decide

(reposted from restify/node-restify#1167)

@DonutEspresso
Copy link
Member

Sounds like we need to give more ability to pass through options to the underlying parser - this sounds reasonable to me.

@DonutEspresso
Copy link
Member

Seems like we should tackle this as part of #7

@retrohacker
Copy link
Member

Migrating back to restify/node-restify#1167

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants