Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zeroae/nifi-7zip-bundle

7ZipBinding NiFi Processor
https://github.com/zeroae/nifi-7zip-bundle

7zip nifi nifi-custom-processor

Last synced: 3 days ago
JSON representation

7ZipBinding NiFi Processor

Awesome Lists containing this project

README

        

# nifi-7zip-bundle
NiFi Processors based on [7zipBinding](http://sevenzipjbind.sourceforge.net)

## Usage
```
mvn clean install
cp nifi-7zip-nar/target/*.nar $NIFI_HOME/extensions
```

## TODO
- Support [multi-part unpacking](http://sevenzipjbind.sourceforge.net/extraction_snippets.html#open-multipart-archives)
- Convert `mime.type` to [7ZipBinding ArchiveFormat](http://sevenzipjbind.sourceforge.net/javadoc/net/sf/sevenzipjbinding/ArchiveFormat.html)

---