ashchan/returns

Import/export JSON for backup/restore

Closed this issue · 2 comments

TODO

  • export
  • import
  • localization
  • Since CloudKit sync will not be implemented this would be the option to move data cross devices
  • It also allows to do regular backups to avoid data loss

Note CSV import might not be easy to do. The original excel/gdoc files don't have a good CSV output.

Instead of CSV, the format would be JSON to simply represent CoreData data.

That's will be great to have a backup option.

@passwii i’ll implement that soon.