Difference between revisions of "CSV Import/Export"

From GnuCash
Jump to: navigation, search
(New page)
 
(intro)
Line 1: Line 1:
Created for cicko
+
This page will contain the information specific to import and export of CSV-formatted data into and out of GnuCash. More specifically, it will related to the current production version of GnuCash, which is v3.4 at the time of writing.
 +
 
 +
== Import ==
 +
 
 +
The CSV importer has been enhanced for GnuCash v3, allowing customization of the importer. One can now select specific fields from a .csv file and map them to the values of the resulting Split.
 +
Several different formats, for numbers and dates, are available to choose from.
 +
 
 +
More specs to be added after testing and writing a CSV exporter library.
 +
 
 +
== Export ==
 +
 
 +
TBA

Revision as of 14:25, 1 March 2019

This page will contain the information specific to import and export of CSV-formatted data into and out of GnuCash. More specifically, it will related to the current production version of GnuCash, which is v3.4 at the time of writing.

Import

The CSV importer has been enhanced for GnuCash v3, allowing customization of the importer. One can now select specific fields from a .csv file and map them to the values of the resulting Split. Several different formats, for numbers and dates, are available to choose from.

More specs to be added after testing and writing a CSV exporter library.

Export

TBA