A plugin for parsing .json files in Flatfile.
@flatfile/json-extractor
plugin parses a JSON file and extracts first-level nested objects as Sheets in Flatfile.listener.on('file:created')
.json
chunkSize
parameter allows you to specify the quantity of records to in
each chunk.parallel
parameter allows you to specify the number of chunks to process
in parallel.api.files.download
api.files.get
api.files.update
api.jobs.ack
api.jobs.complete
api.jobs.create
api.jobs.fail
api.jobs.update
api.records.insert
api.workbooks.create
@flatfile/api@1.4.9+
@flatfile/hooks@1.3.0+
@flatfile/listener@0.3.15+
@flatfile/util-extractor@0.3.0
provides utility functions for extracting and parsing data from various file formats and sources, streamlining data import processes.JSONExtractor
is initialized, and then registered as middleware with the Flatfile listener. When a JSON file is uploaded, the plugin will extract the structured data and process it the extractor’s parser.