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

Better handling of types in CSV outuput. #27

Open
petamaj opened this issue Aug 10, 2021 · 0 comments
Open

Better handling of types in CSV outuput. #27

petamaj opened this issue Aug 10, 2021 · 0 comments
Labels
v4 wishlist Things to do for v4.

Comments

@petamaj
Copy link
Contributor

petamaj commented Aug 10, 2021

When a vector is passed to the csv output, multiple lines are generated with each of the values being on own line, other columns intact. There is no warning this is happening and the behavior is a bit surprising.

How about requiring that when multiple values per item are passed to the CSV writer, the user must also indicate how these should be reported (i.e. multiple rows as above, multiple columns, joined by sth, or whatnot, just to make this explicit. Or if this can't be done, just make the multiple rows per item an explicit choice?

@petamaj petamaj added the v4 wishlist Things to do for v4. label Aug 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v4 wishlist Things to do for v4.
Projects
None yet
Development

No branches or pull requests

1 participant