Skip to content

asCSV method doesnt accept paparse options #178

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

Open
arvx47 opened this issue Mar 31, 2025 · 1 comment
Open

asCSV method doesnt accept paparse options #178

arvx47 opened this issue Mar 31, 2025 · 1 comment

Comments

@arvx47
Copy link

arvx47 commented Mar 31, 2025

When trying to pass valid paparse options to the asCSV method TS throws an error.

This is the actual options interface which doesnt allows other paparse options:
`/**

These are paparse options:
{ quotes: false, //or array of booleans quoteChar: '"', escapeChar: '"', delimiter: ",", header: true, newline: "\r\n", skipEmptyLines: false, //other option is 'greedy', meaning skip delimiters, quotes, and whitespace. columns: null //or array of strings }

@ashleydavis
Copy link
Member

@arvx47 thanks for reporting. Please feel free to add the options you need and submit a PR and then I'll update on npm.

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

No branches or pull requests

2 participants