Closed kevinjalbert closed 3 years ago
This cleans up the visual output (no trailing whitespaces).
I noticed that a trailing null entry was coming out from the CSV parsing of the SQLite dump. This was because we didn't have the skipEmptyLines to avoid null records from showing up.
null
skipEmptyLines
This cleans up the visual output (no trailing whitespaces).
I noticed that a trailing
null
entry was coming out from the CSV parsing of the SQLite dump. This was because we didn't have theskipEmptyLines
to avoidnull
records from showing up.