This release slightly modifies how ExploData deals with parsing errors that occur.
If a line is unable to parse due to invalid JSON formatting, the line will be skipped.
This is in addition to the previous functionality, where if an error occurred during a parse failure (often due to DB locks and timeouts), the parser would pause briefly and retry the line.
In either case, if three failures occur in a single journal file the process will still error out and write to the EDMC debug log. It should be vanishingly rare to have three or more JSON parse errors in any one journal file.