Create file according to format
The file format should be comma-separated data and correspond to the following format:
Column 1: Species name, genus name, taxonomy ID
Column 2: Numerical value (1/0), string (A/B/O), numerical value (with freely set thresholds)
Ultimately, the values will be evaluated as numbers, with 1 = presence and 0 = absence.
If strings are used, conversion rules to numbers are required. Example: A/B = 1, C = 0.
If thresholds are to be applied to numerical values, use the following format:
# 0.5 and above to 1
# 0.2 or less to 0
# between 0.3 and 0.5 to 1
Items that belong to neither (neither presence nor absence) should be left empty.