For more detailed information about SQL data types, click here.
Daisycon product feed field type guide
Type | Type description |
BOOLEAN | Only valid input: true, false or <empty> |
DATE | Date formatted as: YYYY-MM-DD |
DATETIME | Date formatted as: YYYY-MM-DD HH:MM:SS |
DECIMAL |
Numerical value with decimals seperated by a point, without other characters. |
INT |
Numerical value without other characters, "Unlimited" valued should be submitted as 99999 (5 times 9) |
LIST |
Textual value, one of the predefined options. |
TEXT | Textual value, all characters allowed, long text. |
TIME | Time formatted as: HH:MM:SS |
VARCHAR |
Textual value, all characters allowed, short text, a maximum of 255 bytes. |