The following table summarizes the additional considerations that each field must meet for a correct feed validation.
| Fields | Data type | Minimum value | Maximum value | Available values | Comment |
|---|---|---|---|---|---|
| id* | String | ||||
| url* | String | ||||
| mobile_url | String | ||||
| title* | String | ||||
| content* | String | Minimum length of 30 characters | |||
| price | Decimal | 300 | 1000000 | ||
| car_type | String | ||||
| dealer | String | ||||
| neighborhood | String | ||||
| city_area | String | ||||
| city | String | ||||
| region | String | ||||
| postcode | String | ||||
| vin_database | String | ||||
| make | String | ||||
| model | String | ||||
| color | String | ||||
| year | Year | 1900 | |||
| mileage | Integer | 1 | 1000000 | ||
| doors | Integer | 2 | 11 | ||
| seats | Integer | 1 | 20 | ||
| transmission | String | ||||
| gears | Integer | 1 | 9 | ||
| warranty | String | ||||
| engine_size | Integer, Decimal | 800 | 18000 | ||
| cylinders | Integer | 2 | 24 | ||
| fuel | String | ||||
| power | Integer | 1 | 5000 | ||
| fuel_consumption | Decimal | 0 | 235 | ||
| co2_emissions | Integer | 0 | 450 | ||
| eco_score | String | ||||
| picture_url | String | ||||
| picture_title | String | ||||
| date | Date | ||||
| expiration_date | Date | ||||
| is_new | Boolean |
- String: Alphanumeric string.
- Fixed string: Alphanumeric string with default values. See the column of available values.
- Integer: Positive number or zero.
- Decimal: The integer part is expressed without units separators. The decimal part is expressed with point.
- Boolean: True value for “true”, “yes”, “si” or “1”. False value for “false”, “no” or “0”.
- Date: Formats accepted
DD/MM/YYYY or DD/MM/YYYY HH:MM:SS
DD-MM-YYYY or DD-MM-YYYY HH:MM:SS
YYYY/MM/DD or YYYY/MM/DD HH:MM:SS
YYYY-MM-DD or YYYY-MM-DD HH:MM:SS
where DD is the day with two digits, MM the month with two digits, YYYY the year with four digits, HH the hour in 24h format with two digits, MM the minutes and SS the seconds. - Year: YYYY format, where YYYY is the year with four digits.
- Room string: It can be an Integer, a Decimal with 0 or ½ as the decimal part (e.g. 3.0, 1.5), or two consecutive numbers with a dash (e.g. 1-2, 3-4).
*Mandatory field
Comments
0 comments
Please sign in to leave a comment.