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

Add built-in support for CSV/TSV #31

Open
webketje opened this issue Jul 6, 2022 · 0 comments
Open

Add built-in support for CSV/TSV #31

webketje opened this issue Jul 6, 2022 · 0 comments

Comments

@webketje
Copy link
Member

webketje commented Jul 6, 2022

Use case:

Excel/Google sheet worksheets saved as CSV/TSV

  • Use https://www.npmjs.com/package/csv-parse as optional peerDependency (similar to toml implementation)
  • CSV can be parsed either as array of arrays or array of objects. A CSV is not guaranteed to have a header row so array of arrays is safer.
  • will require being able to specify options at some point (breaking change with current)
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

1 participant