Skip to content

Version 1.2.3 - Parse Error Improvements

Latest
Compare
Choose a tag to compare
@Silarn Silarn released this 09 Sep 03:58
· 19 commits to master since this release
1d12ca3

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.