aboutsummaryrefslogtreecommitdiff
path: root/tests/configuration/simple.toml
blob: d41383a712c8bbfe2d79e006c0607a7b577f8ac7 (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 = "function(:A, :B)"
allow_missing = true
file = ""
tab = 1

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