owncloud / data_exporter

Export/Import for ownCloud user data
GNU General Public License v2.0
7 stars 5 forks source link

Tags and Comments are missing #238

Open jnweiger opened 7 months ago

jnweiger commented 7 months ago

I suggest a simple implementation: files.jsonl currently describes Documents/Example.odt with

{"type":"file","path":"\/Documents\/Example.odt","eTag":"63cabaee860c57788b5b0c084e6d516f","permissions":27,"mtime":1702038797}

This could be extended to

{"type":"file","path":"\/Documents\/Example.odt","eTag":"63cabaee860c57788b5b0c084e6d516f","permissions":27,"mtime":1702038797, "tags":["EXAMPLE", "XXX" ], "comments":[{"author":"admin","timestamp":1702038797, "text":"Hello, World!\nThis is a comment."}] }