|
# if 1 then values are quoted
|
|
quote="0"
|
|
|
|
int ignoreLines="4"
|
|
|
|
# if 1 then a title line will be written containing the names of each
|
|
# column
|
|
title="0"
|
|
|
|
# special values are "TAB" and "SPACE"
|
|
delimiter=";"
|
|
|
|
# this is the group name looked for in the given data to GWEN_CSV_Write
|
|
# if not given then all groups match
|
|
group="bank"
|
|
|
|
# this group contains the definition for each column
|
|
# each variable in this group has its number as name
|
|
# you can use index variables in the names (using square brackets)
|
|
# the value of each of these variables is the name of a variable to be looked
|
|
# up in the data given to GWEN_CSV_Write
|
|
columns {
|
|
1="xIdent"
|
|
2="bankId"
|
|
3="xType"
|
|
4="bankName"
|
|
5="street"
|
|
6="zipCode"
|
|
7="location"
|
|
8="xSitz"
|
|
} # columns
|
|
|