4 <meta content=
"text/html; charset=utf-8" http-equiv=
"CONTENT-TYPE">
5 <meta content=
"noindex" name=
"robots">
6 <title>CSV file format
</title>
7 <link href=
"help.css" rel=
"stylesheet" type=
"text/css">
14 <h1>CSV file format
</h1>
15 <p>With HomeBank you can import/export some of the internal data's in the most common file format that is CSV.
</p>
16 <p>Notice: meanwhile CSV should uses comma as separator, HomeBank uses semi-colon as separator (this is most common than comma)
</p>
17 <p>The format used for the different files is specific to HomeBank, so don't expect to import files your bank should offers you directly, you will need to arrange it a little in a spreadsheet like Gnumeric before.
</p>
18 <p>Below is a description with example of the CSV format that HomeBank uses.
</p><!-- separator -->
20 <li><a href=
"#txn">Transaction
</a></li>
21 <li><a href=
"#bud">Budget
</a></li>
22 <li><a href=
"#cat">Category
</a></li>
23 <li><a href=
"#pay">Payee
</a></li>
26 <div class=
"rounded content">
27 <h2><a id=
"txn" name=
"txn"></a>Transaction
</h2>
28 <table class=
"widgetinfo">
31 <td>format must be DD-MM-YY
</td>
35 <td>from
0=none to
10=FI fee
</td>
51 <td>a number with a '.' or ',' as decimal separator, ex: -
24.12 or
36,
75</td>
55 <td>a full category name (category, or category:subcategory)
</td>
59 <td>tags separated by space
<br>
60 tag is mandatory since v4.5
</td>
64 <pre class=
"csvexample">
65 15-
02-
04;
0;;;Some cash;-
40,
00;Bill:Withdrawal of cash;tag1
66 15-
02-
04;
1;;;Internet DSL;-
45,
00;Inline service/Internet;tag2
69 <p class=
"top"><a href=
"#top">↑ Back to Top
</a></p>
70 </div><!-- separator -->
71 <div class=
"rounded content">
72 <h2><a id=
"bud" name=
"bud"></a>Budget
</h2>
73 <table class=
"widgetinfo">
77 <em>blank
</em> = month value
</td>
81 <td>the category name
</td>
85 <td>1 amount : if the type is monthly
<br>
86 12 amounts, separated by ';' : if type month value
</td>
90 <pre class=
"csvexample">
92 ;Domestic animals;
1.00;
2.00;
3.00;
4.00;...
96 <p class=
"top"><a href=
"#top">↑ Back to Top
</a></p>
97 </div><!-- separator -->
98 <div class=
"rounded content">
99 <h2><a id=
"cat" name=
"cat"></a>Category
</h2>
100 <table class=
"widgetinfo">
112 <th>category name
</th>
113 <td>the category name
</td>
117 <pre class=
"csvexample">
124 <p class=
"top"><a href=
"#top">↑ Back to Top
</a></p>
126 <div class=
"rounded content">
127 <h2><a id=
"pay" name=
"pay"></a>Payee
</h2>
128 <table class=
"widgetinfo">
131 <td>the name of the payee
</td>
134 <th>full category name
</th>
135 <td>optional: since
5.1.3<br>the full name of the category
</td>
139 <pre class=
"csvexample">
140 payee_name1;cat1:subcat1
144 <p class=
"top"><a href=
"#top">↑ Back to Top
</a></p>
145 </div><!-- separator -->