The first column is the
key and the other columns form a
key in a
sub-table.
A
.tsv file of...
key area level
ice_goblin1 ice 3
ice_goblin2 ice 3
orc2 grass 1
Loads a
table of...
{
ice_goblin1 = { area = "ice", level = 3 }
ice_goblin2 = { area = "ice", level = 3 }
orc2 = { area = "grass", level = 1 }
}
Empty cells return
null. Values in the form of
100% and
25% return
1.0 and
0.25 if
percent is
true Cells that can be a valid
int or
float are converted, everything else will be a
string. If
percent is
true then values like 25% are returned as 0.25