GNOME Bugzilla – Bug 102610
Export transaction report to text comma-separated values
Last modified: 2018-06-29 20:24:39 UTC
I would like to be able to export a register report to a CSV (or analogous text-based) format, for import into a spreadsheet, etc. Currently, as far as I can tell, I can only save such reports in HTML or Postscript format. I have been saving it as HTML and using lynx and a Perl scripts to strip away the excess HTML, but that seems awfully kludgy to me. I'm willing to download the CVS and take a shot at it myself (don't count on a patch from me anytime soon!), but I am curious if anyone is already working on (or already implemented) such a feature. I'm currently using the stock RPM that comes with Red Hat 7.3. Thanks! Matt Zimmerman
I think the fix for this would be to update the HTML report generation routines to generate XML instead of HTML. Then, XSLTs could be used to convert to HTML, csv, <insert-your-favorite-format-here>.... This way, *all* the reports could be exported to multiple formats without having to add the functionality to each report individually.
Move RFEs to verison unspecified
Just adding my small agreement with Comment #1 Personally, as well as what I have seen from the list, this is a feature that would be very much appreciated. And if we do it like this, it should be very easy to add new "plugins" for new export protocols (xhtml (default), cvs, txt, pdf etc)
I agree, this would be very much appreciated
I also agree. I find the reporting not suitable and would like to be able to access the data in a form I can create the reports I want.
*** This bug has been marked as a duplicate of 380245 ***
GnuCash bug tracking has moved to a new Bugzilla host. This bug has been copied to https://bugs.gnucash.org/show_bug.cgi?id=102610. Please update any external references or bookmarks.