Bug #672157: New CSV account and transaction exporter

Patch by Robert Fewell:

I have put together a new feature to export the account tree and transactions
to a deliminated file. Both options allow you to select the deliminator and the
use of quotes. Every thing seems to work on the testing I have done but may be
some of the text and the headings in the output might need changing.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22085 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming
2012-03-16 20:26:04 +00:00
parent e86177c2c1
commit 725f25fb8a
18 changed files with 3222 additions and 1 deletions

View File

@@ -1279,6 +1279,8 @@ AC_CONFIG_FILES(
src/import-export/ofx/Makefile
src/import-export/ofx/test/Makefile
src/import-export/csv/Makefile
src/import-export/csv-export/Makefile
src/import-export/csv-export/schemas/Makefile
src/import-export/log-replay/Makefile
src/import-export/aqbanking/Makefile
src/import-export/aqbanking/schemas/Makefile