notable / dumper

Library for extracting attachments, notes and metadata out of formats used by popular note-taking apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support arbitrarily-sized files

fabiospampinato opened this issue · comments

If possible this library should support arbitrarily sized files. The structure contained within said files may not be parseable while streaming, so this may not be really solvable in the general case.

Currently the workaround for this is exporting not everything into a single giant file, but exporting exporting notes in reasonably-sized (under 1GB) chunks.