| Name | Description | Type | Additional Information |
|---|---|---|---|
| DepartmentID |
Department ID of the product. |
string |
Required Max length: 6 |
| ProductID |
User assigned ID of the product. |
string |
Required Max length: 10 |
| Lineitem |
The index of this ingredient in this list |
integer | |
| Ingredient |
The name of this ingredient in the product. |
string |
Max length: 40 |
| N |
This product contains nitrogen. |
boolean |
Must be 0, 1, True, or False |
| P |
This product contains phosphorus. |
boolean |
Must be 0, 1, True, or False |
| K |
This product contains potassium. |
boolean |
Must be 0, 1, True, or False |
| S |
This product contains sulfur. |
boolean |
Must be 0, 1, True, or False |
| UD |
This product contains a user defined element. |
boolean |
Must be 0, 1, True, or False |
| Ca |
This product contains calcium. |
boolean |
Must be 0, 1, True, or False |
| Mg |
This product contains magnesium. |
boolean |
Must be 0, 1, True, or False |
| Zn |
This product contains zinc. |
boolean |
Must be 0, 1, True, or False |
| Fe |
This product contains iron. |
boolean |
Must be 0, 1, True, or False |
| Mn |
This product contains manganese. |
boolean |
Must be 0, 1, True, or False |
| Cu |
This product contains copper. |
boolean |
Must be 0, 1, True, or False |
| B |
This product contains boron. |
boolean |
Must be 0, 1, True, or False |
| Ext1 |
This product contains this ingredient. |
boolean |
Must be 0, 1, True, or False |
| Ext2 |
This product contains this ingredient. |
boolean |
Must be 0, 1, True, or False |
| Ext3 |
This product contains this ingredient. |
boolean |
Must be 0, 1, True, or False |
| Ext4 |
This product contains this ingredient. |
boolean |
Must be 0, 1, True, or False |
| Ext5 |
This product contains this ingredient. |
boolean |
Must be 0, 1, True, or False |
| Ext6 |
This product contains this ingredient. |
boolean |
Must be 0, 1, True, or False |
| ExtraData1 |
Extra ingredient information. |
string |
Max length: 50 |