1char name="sns"
2char shortDescr="SNS Bank"
3char version="0.2"
4char longDescr="CSV profiel voor de Nederlandse SNS Bank"
5char author="Koos Pol <aqbanking@pohw.nl>"
6int import="1"
7int export="1"
8
9char type="csv"
10char groupNames="transaction", "transfer", "debitnote", "line"
11char dateFormat="DD-MM-YYYY"
12int utc="0"
13char valueFormat="rational"
14
15params {
16  int ignoreLines="0"
17  int quote="0"
18  int title="0"
19  char delimiter=","
20  columns {
21    1="Date"
22    2="LocalAccountNumber"
23    3="RemoteAccountNumber"
24    4="RemoteName"
25    10="Value/Currency"
26    11="Value/Value"
27    13="ValutaDate"
28    15="Type"
29    17="CustomerReference"
30    18="Purpose"
31  }
32}
33
34