@title;noquote@ @context;noquote@

@title@

Data Filename
CSV format
Tab Delimited format
Delimited by: (single character).

Notes:

This page uploads a data file containing product information into the database. The file format should be:

field_name_1, field_name_2, ... field_name_n
value_1, value_2, ... value_n

where the first line contains the actual names of the columns in ec_products and the remaining lines contain the values for the specified fields, one line per product.

Legal values for field names are the columns in ec_products:

@doc_body;noquote@

Note: @undesirable_cols_html;noquote@ are set automatically and should not appear in the data file. Also, note that product_name is not required for parts that are already existing in the system; which eases the price updating process, since you can get by with a file with only two columns: sku and price.

About search_keywords: Data from product_name, one_line_description, and detailed_description are automatically included in product searches. No need to repeat that information in search_keywords.