Crypted Backup

Asked by Rod

Hello,

I have an issue trying to parse the .backup file.
Indeed, in January I succeeded in parsing the "1 to 1" table to make my own queries through a reporting tool. The task was pretty hard though...
But since yesterday (did not reopened it since January...) I tried to open a new .backup file and amazingly it was crypted!! I mean I cannot open it clearly and I can't read the datas.
--> I would try to understand how I could avoid this file from being crypted.
Or is this a choice to force csv and qif exports ? These two files do not retrieve a lot of datas such as attributes, splits, budget properties, scheduled expenses...

Thanks in advance for your answers.

Question information

Language:
English Edit question
Status:
Solved
For:
Financisto Edit question
Assignee:
No assignee Edit question
Solved by:
Rod
Solved:
Last query:
Last reply:
Revision history for this message
Denis Solonenko (denis-solonenko) said :
#1

It's not encrypted, it's only gzipped. Please take a look at ru.orangesoftware.financisto.export.Export class

Revision history for this message
Rod (jonrodd) said :
#2

Ok so I changed the extension from .backup to .gz and I was able to successfully export the file.
Thank you.