3 char shortDescr="Profile for kivitendo CSV files"
5 char longDescr="This profile supports the CSV format used by AqMoney2"
10 char groupNames="transaction", "transfer", "debitnote", "line"
11 char dateFormat="YYYYMMDD"
15 # if 1 then values are quoted
18 # if 1 then a title line will be written containing the names of each
22 # special values are "TAB" and "SPACE"
25 # this is the group name looked for in the given data to GWEN_CSV_Write
26 # if not given then all groups match
29 # this group contains the definition for each column
30 # each variable in this group has its number as name
31 # you can use index variables in the names (using square brackets)
32 # the value of each of these variables is the name of a variable to be looked
33 # up in the data given to GWEN_CSV_Write
37 3="localAccountNumber"
39 5="remoteAccountNumber"
59 25="customerReference"