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

should be possible to write to IO that don't support seek #544

Closed
ExpandingMan opened this issue Dec 11, 2019 · 0 comments
Closed

should be possible to write to IO that don't support seek #544

ExpandingMan opened this issue Dec 11, 2019 · 0 comments

Comments

@ExpandingMan
Copy link
Contributor

When writing to an IO object that does not support seek one gets

ERROR: MethodError: no method matching seek(::Base.BufferStream, ::Int64)

It's reasonable to want to write to an IO object that does not support seek, so we should have a version of CSV.write that does this.

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