liamcain / obsidian-things-logbook

Sync your Things 3 Logbook with Obsidian
MIT License
120 stars 22 forks source link

fix: trim titles and skip empty entries #15

Closed kevinjalbert closed 3 years ago

kevinjalbert commented 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.