JSON Line file extractor¶
It extracts the data from a given json lines file and generates rows.
Usage:
<json-line-file filename="data/import/common/common/glossary.jsonl" bulkSize="100" />
Attributes:
filename
: the path to the json filebulkSize
: the number of rows to be extracted at once
Command line options:
--filename
: the path to the json file