You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to parse a log file with Miller. The logs are (mostly) in JSONL, but sometimes there are non-JSON lines in between. I would love to have an option that allows to read the JSONL file but ignoring these bad lines.
I am trying to parse a log file with Miller. The logs are (mostly) in JSONL, but sometimes there are non-JSON lines in between. I would love to have an option that allows to read the JSONL file but ignoring these bad lines.
Example:
mlr --ijsonl --skip-bad-lines filter '$path =~ "abc"' some.log
The text was updated successfully, but these errors were encountered: