A plugin for parsing .delimiter files in Flatfile.
@flatfile/plugin-delimiter-extractor
package is a plugin for parsing delimited files and extracting them into Flatfile. It utilizes various libraries to parse files and retrieve the structured data efficiently.listener.on('file:created')
;
, :
, ~
, ^
, #
\t
, |
, and ,
are handled natively in the platform.fileExt
parameter is used to specify the file name or extension to
listen for.delimiter
parameter is used to specify the delimiter used in the file.true
, numeric and boolean data will be converted to their type instead of
remaining strings. Numeric data must conform to the definition of a decimal
literal. Numerical values greater than 2^53 or less than -2^53 will not be
converted to numbers to preserve precision. European-formatted numbers must
have commas and dots swapped.true
, lines that are completely empty (those which evaluate to an empty
string) will be skipped. If set to greedy
, lines that don’t have any content
(those which have only whitespace after parsing) will also be skipped.dynamicTyping
.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.5.13+
@flatfile/listener@0.3.15+
@flatfile/util-extractor@0.3.0
papaparse@5.4.1+
remeda@1.14.0+