This file is indexed.

/usr/share/aqbanking/imexporters/csv/profiles/hypovereinsbank.conf is in libaqbanking-data 5.6.4beta-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
char name="HypoVereinsbank"
char shortDescr="Files from HypoVereinsbank banking online portal"
char version="5.6.4"
char longDescr=""
int import="1"
int export="1"

char type="csv"
char groupNames="transaction", "transfer", "debitnote", "line"
char dateFormat="DD.MM.YYYY"
int utc="0"

int usePosNegField="0"
int defaultIsPositive="1"


params {
  quote="0"
  title="1"
  delimiter=";"
  columns {
	1="localAccountNumber"
	2="date"
	3="valutadate"
	4=remoteName[0]
	5=remoteName[1]
	6="purpose[0]"
	7="value/value"
	8="value/currency"
  } # columns
} # params