Lattice Grid Buy a licence

The grid (core) ยท console.warn

skipping a malformed NDJSON line (line {n}) from {url} - {error}

Printed by The grid (core), prefixed [lattice], since 1.36.0.

Warnings referencesource.url.badline.*

Identifier
source.url.badline.*
Raised by
The grid (core)
Since
1.36.0

What happened

A line of the NDJSON file would not parse and the source is in lenient mode, so the line is skipped and the rest of the file continues to load. Strict mode throws instead. Reported once per URL, so a file with a thousand bad lines produces one line and loses a thousand rows.

The fix

Fix the file, or keep lenient mode knowingly. The line number and the parse error are quoted so the offending record can be found.

Reference

Covered in full at the API reference.