Best use cases
- Event streams and append-only logs
- Incremental ingestion in vector pipelines
- Long-running multi-agent message traces
Handle streaming records using ISONL. Convert from ISON blocks to line-delimited ISONL and back for ingestion, logs, and incremental agent updates.
Auto-switch conversion direction based on detected input.
Paste ISON or ISONL records.
Converted or validated result.
Each line should represent one record unit. Keep fields consistent within a stream to simplify downstream parsing and schema checks.
table.products id name price | 101 Keyboard 129.0 table.products id name price | 102 Mouse 39.9