tiberiusteng / financisto1-holo

Financisto 1.6.8 with Holo theme and tweaks
GNU General Public License v2.0
19 stars 11 forks source link

Problem exporting csv format #22

Closed yrjoinc closed 4 months ago

yrjoinc commented 4 months ago

Hi, exporting CSV format for Custom period is not working. I think only the option in filter for This month is working to export to Dropbox. Also, it doesn't work for more than one month in past. I mean, I trying to export information since 2008 and it only exported from last December 15. Also, the option for exporting to Dropbox and Drive doesn't work.

tiberiusteng commented 4 months ago

I've just tried on my device and I got all my transactions back from ~2010 exported (with custom period) and uploaded to Dropbox and Google Drive.

You need to configure backup folder, link Dropbox and link Google Drive before trying to do export.

The CSV export code in its current form does not leave much log when anything unusual happened, so it's difficult to pinpoint where the problem is. If you can't get all your specified range exported, try check the transaction around where the export cutted off and see if it has anything strange.

If the app just crashes and you installed it from Google Play, I'll be able to look at crash log later and try to fix it.

yrjoinc commented 4 months ago

Hi, I already have linked Dropbox and Drive, but I found out what was happening. The error was in a special date with a transaction in one account because the account name had special character ( ' ) Once I changed the name, I could export the information.

PS: the old version of Financisto+ doesn't have that problem

Thanks

tiberiusteng commented 4 months ago

Ahh, thanks for the info, I'll try to create account with single quote and see how to handle it correctly.

yrjoinc commented 4 months ago

Thank you 👍