aboutsummaryrefslogtreecommitdiff
path: root/tests/configuration/simple.toml
blob: 9ca591a1261cda77b96358b5b628000b063b0bfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
version = 1

[source]
name = "source_name"
file = "source_file"
tab = 1

[externals.target]
extern_key = "\"_B\""
# Here, the values A & B are considered as column, and not litteral
intern_key = "concat(:A, :B)"
allow_missing = true
file = ""
tab = 1

[sheet]
columns = [
    "if(:target.A, :B, 'free\\' text')",
    "counter([:target.A],[:target.A])"
]