The tabs for different portions or preparation states have rows which are built from multiple fields.
For example the row which has information about nutritional values regarding fat is composed of Quantity (M059) + UOM (M060) + Measurement precision (M058) + %
In the xls file those fields are under one column corresponding to one row and are separated by the delimiter “;”
Vitamins & Minerals (M067) and Other (M062) are different because they are repetitive entries, while the nutrients from above are a one time entry for each tab
They are using the delimiter “|” for multiple inputs and the delimiter “;” for each field of one entry
One entry is composed from: the code of the nutrient + Quantity (M059) + UOM (M060) + Measurement precision (M058) + %
