queryverse / CSVFiles.jl

FileIO.jl integration for CSV files
Other
51 stars 13 forks source link

Add append as a keyword argument to save #64

Open pearlzli opened 5 years ago

pearlzli commented 5 years ago

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...

pearlzli commented 5 years ago

@davidanthoff That was exactly it, thank you! I feel a little silly now...

pearlzli commented 4 years ago

Hi @davidanthoff - have you had the chance to look at this at all? Thanks again!