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

Support CSV reading for input data #472

Open
rschwietzke opened this issue Feb 16, 2024 · 0 comments
Open

Support CSV reading for input data #472

rschwietzke opened this issue Feb 16, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@rschwietzke
Copy link
Contributor

Right now, we don't read CSV the official way aka it is a very cheap substitute that breaks when we have newlines in quotes, for instance. Use Apache.CommonsCSV to offer to read data as CSV and expose the ability to read a col by name or line or such things aka auto-interpretation of headers if desired, you can select the format of CSV too, and so forth.

We will review the API after the first implementation to make it elegant but efficient.

@rschwietzke rschwietzke added the enhancement New feature or request label Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant