frictionlessdata / tableschema-go

A Go library for working with Table Schema.
MIT License
46 stars 10 forks source link

Adds support for GZIP compressed CSV files #96

Closed cuducos closed 3 years ago

cuducos commented 3 years ago

Overview

As described in #94, this PR adds support for GZIP compressed CSV files in csv.FromFile. Also, it adds an example in the examples/compressed/ directory — I used that to manually test it since I saw no testdata/ directory or any other test using file fixtures.


Please preserve this line to notify @danielfireman (lead of this repository)


This change is Reviewable

coveralls commented 3 years ago

Coverage Status

Coverage decreased (-1.3%) to 88.742% when pulling 18bf4c9737ac930a64f467e54d4801caed579fe1 on cuducos:gzip into 80cddb2c3c150212103a8b50bf5ff17edf3815d5 on frictionlessdata:master.

danielfireman commented 3 years ago

Tanks a lot, @cuducos !