X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=doc%2Fmisc-csvformat.html;h=573953d03f6626658bb9786c9e1dfbd3c590993a;hb=refs%2Fheads%2Fupstream;hp=3bbeda0eacd601396478b315a0254611d10af193;hpb=996fa4ab9f6b836001f8ad0eecbfd3821687fea7;p=chaz%2Fhomebank diff --git a/doc/misc-csvformat.html b/doc/misc-csvformat.html index 3bbeda0..573953d 100644 --- a/doc/misc-csvformat.html +++ b/doc/misc-csvformat.html @@ -25,14 +25,25 @@

Transaction

+

 Starting v5.2.5 you can change the separator for transaction import into preferences.

- + - + @@ -62,8 +73,8 @@
dateformat must be DD-MM-YYthe date format can be: +
    +
  • y-m-d +
  • m-d-y +
  • d-m-y +
+

year can be 2 or 4 digits
+ separators can be / . or -

paymentfrom 0=none to 10=FI fee +  You cannot import transaction with payment type=5 (internal xfer)
+ from 0=none to 10=FI fee (in the same order of the list)
+
info

Example:

-15-02-04;0;;;Some cash;-40,00;Bill:Withdrawal of cash;tag1
-15-02-04;1;;;Internet DSL;-45,00;Inline service/Internet;tag2
+15-02-04;0;;;Some cash;-40,00;Bill:Withdrawal of cash;tag1 tag2
+15-02-04;1;;;Internet DSL;-45,00;Inline service/Internet;tag2 my-tag3
 ... 
 

↑ Back to Top

@@ -130,14 +141,18 @@ payee name the name of the payee + + full category name + optional: since 5.1.3
the full name of the category +

Example:

-payee_name1
-payee_name2
+payee_name1;cat1:subcat1
+payee_name2;
 ... 
 

↑ Back to Top

- \ No newline at end of file +