]> Dogcows Code - chaz/homebank/blobdiff - doc/misc-csvformat.html
import homebank-5.2.6
[chaz/homebank] / doc / misc-csvformat.html
index 3bbeda0eacd601396478b315a0254611d10af193..573953d03f6626658bb9786c9e1dfbd3c590993a 100644 (file)
   </div>
   <div class="rounded content">
     <h2><a id="txn" name="txn"></a>Transaction</h2>
+    <p><img src="images/d-info.png" width="16" height="16" />&nbsp;Starting v5.2.5 you can change the separator for transaction import <a href="dlg-pref.html#tab5">into preferences</a>.</p>
     <table class="widgetinfo">
       <tr>
         <th>date</th>
-        <td>format must be DD-MM-YY</td>
+        <td>the date format can be:
+          <ul>
+            <li>y-m-d
+            <li>m-d-y
+            <li>d-m-y
+          </ul>
+          <p>year can be 2 or 4 digits<br>
+          separators can be / . or -</td>
       </tr>
       <tr>
         <th>payment</th>
-        <td>from 0=none to 10=FI fee</td>
+        <td>
+          <img src="images/d-warn.png">&nbsp;<span class="warning">You cannot import transaction with payment type=5 (internal xfer)</span><br>
+          from 0=none to 10=FI fee (in the same order of the list)<br>
+        </td>
       </tr>
       <tr>
         <th>info</th>
@@ -62,8 +73,8 @@
     </table>
     <p>Example:</p>
     <pre class="csvexample">
-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
 ... 
 </pre>
     <p class="top"><a href="#top">↑ Back to Top</a></p>
         <th>payee name</th>
         <td>the name of the payee</td>
       </tr>
+      <tr>
+        <th>full category name</th>
+        <td>optional: since 5.1.3<br>the full name of the category</td>
+      </tr>
     </table>
     <p>Example:</p>
     <pre class="csvexample">
-payee_name1
-payee_name2
+payee_name1;cat1:subcat1
+payee_name2;
 ... 
 </pre>
     <p class="top"><a href="#top">↑ Back to Top</a></p>
   </div><!-- separator -->
 </body>
-</html>
\ No newline at end of file
+</html>
This page took 0.02581 seconds and 4 git commands to generate.