CSVFiles.jl
CSVFiles.jl copied to clipboard
Add append as a keyword argument to save
~~This currently fails the savestreaming test in a way that I can't make any sense of: I get a MethodError: no method matching -(::String, ::String) thrown by FileIO.savestreaming. Does anyone have any ideas?~~
Fixed, and now all tests pass (9/29)
Also, I've chosen not to try to implement appending to a gzipped CSV.
Thanks in advance for your help! I'm pretty new to how things work in this package...
@davidanthoff That was exactly it, thank you! I feel a little silly now...
Hi @davidanthoff - have you had the chance to look at this at all? Thanks again!