notes-import
notes-import copied to clipboard
`WHERE Z.Z_ENT` not needed for me
Thanks for this great script! Just used it to recover my local (On My Mac) notes after something broke the UI my Notes.app.
I wanted to note that I did have to remove the WHERE ... clause in notes.groovy's query (L30) however. I didn't have any notes with Z_ENT = 8 so running the script as-is found no notes for that query.
+1, had same issue. Had to remove Z.Z_ENT = 8 from the WHERE clause of the query to make it work. In my case for example Z_ENT was 11. @ChrLipp, do you maybe know how is Z_ENT used and if it can be safely removed from the query? Thanks.