JuliaData / CSV.jl

Utility library for working with CSV and other delimited files in the Julia programming language
https://csv.juliadata.org/
Other
470 stars 140 forks source link

There is no clear method reading non-UTF8 gzipped file in example #1091

Open coponhub opened 1 year ago

coponhub commented 1 year ago

The documentation shows how to read gzipped input and how to read non-UTF-8 files.

https://csv.juliadata.org/stable/examples.html#stringencodings https://csv.juliadata.org/stable/examples.html#gzipped_input

However, a simple combination of these methods will not read a non-UTF8 gzipped file. I'd like to see a simple example in the documentation that reads non-UTF8 gzipped files.