This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
urapidflow:data_validation [2010/02/15 19:30] unirgy |
urapidflow:data_validation [2010/02/22 21:35] (current) unirgy |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Data Validation ===== | ||
| + | |||
| + | ===== Products Import ===== | ||
| + | |||
| + | ==== Fields ==== | ||
| + | |||
| + | ^ Field ^ Name ^ Comments ^ | ||
| + | | sku | SKU | Always required | | ||
| + | | product.attribute_set | Attribute Set | Required for new products | | ||
| + | | product.type | Product Type | Required for new products | | ||
| + | | const.value | Ignore Value | Use to ignore specific columns data, use " | ||
| + | | category.path | Category Path(s) | use URL path of categories to associate products | | ||
| + | |||
| + | ==== Errors ==== | ||
| + | |||
| + | ^ Message ^ Description ^ | ||
| + | | Empty SKU | | | ||
| + | | Duplicate SKU | | | ||
| + | | Empty or invalid product type of a new product | | | ||
| + | | Empty or invalid attribute set for a new product | | | ||
| + | | Missing required value for ' | ||
| + | | Invalid option ' | ||
| + | | Invalid int value | | | ||
| + | | Invalid decimal value | | | ||
| + | | Invalid datetime value | | | ||
| + | |||
| + | |||
| + | ==== Warnings ==== | ||
| + | |||
| + | ^ Message ^ Description ^ | ||
| + | | Column is out of boundaries, ignored | | | ||
| + | | Unknown option ' | ||
| + | | Will not change product type for an existing product | | | ||
| + | | Will not change attribute set for an existing product | | | ||
| + | | The attribute ' | ||
| + | | The attribute ' | ||
| + | | The attribute ' | ||
| + | | If the attribute ' | ||
| + | | Created a new option ' | ||
| + | | Created a new attribute set ' | ||
| + | | Original file image does not exist | | | ||
| + | | Was not able to import image file | | | ||
| + | |||
| + | ===== Products Export ===== | ||
| + | |||
| + | ==== Fields ==== | ||
| + | ^ Field ^ Name ^ Comments ^ | ||
| + | | const.value | Constant Constant | Use to show constant value in all rows | | ||