Feature Request: Add new generic_jsonl
parser to support ingesting JSONL
#1369
Labels
expected: release after next
good first ticket
help wanted
size: medium
status: backlog
Work is planned someday but is not the highest priority at the moment
touches: API/CLI/Spec
why: functionality
Intended to improve ArchiveBox functionality or features
Type
What is the problem that your feature request solves
JSONL is not supported.
Describe the ideal specific solution you'd want, and whether it fits into any broader scope of changes
This should be a fairly simple addition to the
generic_json
parser. When the file fails to parse withjson.parse()
, try again to parse it as JSONL before trying the case that skips the first line.How badly do you want this new feature?
The text was updated successfully, but these errors were encountered: