yilmazzgokhann / google-refine

Automatically exported from code.google.com/p/google-refine
0 stars 0 forks source link

Support bzip2 decompression on import #616

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
We should be able to handle .bz2 files on input without making the user 
decompress them by hand first.

Apache Commons Compress has support for this http://commons.apache.org/compress/

Original issue reported on code.google.com by tfmorris on 19 Sep 2012 at 11:09

GoogleCodeExporter commented 8 years ago
Fixed in r2568.  This was actually already supposed to be supported using the 
decompressor from the Apache Ant Tools (so no need for Commons Compress), but 
we weren't stripping the "BZ" prefix that gets appended by most command line 
tools.

Original comment by tfmorris on 22 Sep 2012 at 4:02