kite-morphlines-tika-decompress
This maven module contains morphline commands for decompressing and unpacking files. Depends on tika-core and commons-compress.
decompress
The decompress command (source code) decompresses the first attachment, and
        supports gzip and bzip2 format.
Example usage:
decompress {}
    unpack
The unpack command (source code) unpacks the first attachment, and
        supports tar, zip, and jar format. The command emits one record per contained file.
Example usage:
unpack {}
    