-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exporting to CSV writes a 0 byte file, 'There are no transactions available to export' message #190
Comments
Using adb and logcat to grab the logs off the device, I could see:
|
Seems to be the same underlying problem as reported in #98 |
So the line failing is this one: gnucash-android/app/src/main/java/org/gnucash/android/export/csv/CsvTransactionsExporter.kt Line 98 in 0d42424
where I assume |
The error appears also for the Quicken Interchange Format (qif). |
Fixed in commit cdbc0b8 |
Duplicate of issue #98 ? |
Yes, I think so. |
Steps to reproduce the behaviour
With my GnuCash file loaded:
Export
buttonExpected behaviour
Creates a .csv file with transactions in.
Actual behaviour
Prints a
There are no transactions available to export
message and writes a 0 byte (empty) file.Software specifications
The text was updated successfully, but these errors were encountered: