Feature: Support importing ndjson files using abc import
Open
- Dominant language
- Go
- Stars
- 471
- Forks
- 47
- PR merge metrics
- No merged PRs in 30d
Description
Currently, only `jsonl` formatted JSON files are supported by `abc import`, however many applications use `ndjson` formatted output. The `ndjson` format can be found [here](http://ndjson.org/).
##### Checks
- [ x ] This issue is not a duplicate.
- [ x ] This issue has a description.
Contributor guide
Research direction
Start with the abc import command and compare its current jsonl handling with the ndjson specification linked in the issue. Trace where input format detection and record parsing occur, then verify the command accepts ndjson files and imports their records successfully. Done means ndjson input works without regressing existing jsonl imports.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100