JSONL / NDJSON Parser
Pricing
from $0.25 / 1,000 results
JSONL / NDJSON Parser
Private staging candidate generated by Money Factory. JSONL / NDJSON Parser
Pricing
from $0.25 / 1,000 results
Rating
5.0
(1)
Developer
Luca Gallifuoco
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Parse newline-delimited JSON text into structured dataset records with line-level validity.
What this Actor does
- Line-by-line JSON parsing
- Line number tracking
- Optional invalid-line skipping
Input
Paste JSONL/NDJSON text and optionally skip invalid lines.
Example input
{"jsonlText": "{\"id\":1,\"name\":\"Alice\"}\n{\"id\":2,\"name\":\"Bob\"}","skipInvalid": false}
Output
Each input line becomes a dataset item with parsed data, line number, validity, and error text.
Results are written to the default Apify dataset and can be consumed from the Console, API, Make, Zapier, or other automation workflows.
Common use cases
- Convert NDJSON exports
- Validate JSON Lines files
- Prepare log-style JSON for workflows
Pricing
This Actor is designed for transparent pay-per-event pricing. Check the current Apify Store pricing before running it.
Limitations
- Input is provided as text
- No file download or network access
- Each non-empty line must contain one JSON value
Privacy and safety
- Input data is processed deterministically.
- No credentials are embedded in the Actor source.
- This utility does not require external website access.
- Review sensitive or regulated data handling requirements before processing such data.