A plugin for parsing .zip files in Flatfile.
listener.on('file:created')
.zip
debug
parameter lets you toggle on/off helpful debugging messages for
development purposes.api.files.download
api.files.get
api.files.update
api.jobs.ack
api.jobs.complete
api.jobs.create
api.jobs.fail
api.jobs.update
@flatfile/api@1.4.9+
@flatfile/hooks@1.3.0+
@flatfile/listener@0.3.15+
@flatfile/util-common@0.1.1+
@flatfile/util-file-buffer@0.0.4
provides utility functions for processing files and extracting their contents using the Flatfile API.AdmZip@0.5.10+
provides utility functions for decompressing files and directories from ZIP format.os@0.1.2+
provides utility functions for interacting with the operating system.remeda@1.14.0+
offers a set of utility functions for functional programming and data manipulation in JavaScript, providing a convenient way to work with arrays and objects..
will be ignored as these are typically system files (i.e. .DS_store
).
ZipExtractor
is initialized, and then registered as middleware with the Flatfile listener. When a JSON file is uploaded, the plugin will extract the contents of the ZIP file and upload the files to FlatFile.