Difference between revisions of "Ingredients/Parsing"

From Open Food Facts wiki
Jump to navigation Jump to search
Line 7: Line 7:
 
*Van biologische oorsprong.
 
*Van biologische oorsprong.
 
</pre>
 
</pre>
== Comma separator ==
+
== EU Regulation based parsing ==
 +
=== Comma separator ===
 
Ingredients are separated by a comma (,) generally followed by a single space
 
Ingredients are separated by a comma (,) generally followed by a single space
== Dot ==
+
=== Dot ===
 
Indicates the end of the ingredients list.
 
Indicates the end of the ingredients list.
== Asterisk(s) at the start of an ingredient ==
+
=== Asterisk(s) at the start of an ingredient ===
 
Indicates an annotation for one or more ingredients that have the same number of asterisks at the end. For instance, some items above are indicated as of biological origin
 
Indicates an annotation for one or more ingredients that have the same number of asterisks at the end. For instance, some items above are indicated as of biological origin
== Asterisk(s) at the end of an ingredient ==
+
=== Asterisk(s) at the end of an ingredient ===
 
Indicates that this ingredient has an annotation (see above)
 
Indicates that this ingredient has an annotation (see above)
== Parenthesis ==
+
=== Parenthesis ===
 
Can indicate sub-components, that can also sometimes interpret to an E-Number.  
 
Can indicate sub-components, that can also sometimes interpret to an E-Number.  
 
For instance: emulgator (sojalecithine) interprets to E322
 
For instance: emulgator (sojalecithine) interprets to E322
== Percentage ==
+
=== Percentage ===
 
Indicates the quantity
 
Indicates the quantity
== Order ==
+
=== Order ===
 
Items are required to be listed in order of largest to smallest quantity
 
Items are required to be listed in order of largest to smallest quantity
 
+
== Links ==
== List of ingredients ==
 
 
* http://world.openfoodfacts.org/ingredients (will crash your browser)
 
* http://world.openfoodfacts.org/ingredients (will crash your browser)
 
* http://world.openfoodfacts.org/files/ingredients.20151117.txt (lighter text version of the above)  
 
* http://world.openfoodfacts.org/files/ingredients.20151117.txt (lighter text version of the above)  

Revision as of 20:57, 24 September 2016

This page collects what we know about ingredient parsing.


 rietsuiker*, plantaardige olie* (zonnebloem, palm), 13% _hazelnoot_*, 7.5% magere cacaopoeder*, magere _melk_poeder*, emulgator (_soja_lecithine), vanille*.
*Van biologische oorsprong.

EU Regulation based parsing

Comma separator

Ingredients are separated by a comma (,) generally followed by a single space

Dot

Indicates the end of the ingredients list.

Asterisk(s) at the start of an ingredient

Indicates an annotation for one or more ingredients that have the same number of asterisks at the end. For instance, some items above are indicated as of biological origin

Asterisk(s) at the end of an ingredient

Indicates that this ingredient has an annotation (see above)

Parenthesis

Can indicate sub-components, that can also sometimes interpret to an E-Number. For instance: emulgator (sojalecithine) interprets to E322

Percentage

Indicates the quantity

Order

Items are required to be listed in order of largest to smallest quantity

Links