Index: openacs-4/packages/ecommerce/www/admin/products/upload.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/products/upload.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/ecommerce/www/admin/products/upload.tcl 10 Sep 2002 22:22:45 -0000 1.4 +++ openacs-4/packages/ecommerce/www/admin/products/upload.tcl 8 Mar 2004 19:46:14 -0000 1.5 @@ -1,6 +1,6 @@ # www/[ec_url_concat [ec_url] /admin]/products/upload.tcl ad_page_contract { - This page uploads a CSV file containing store-specific products into + This page uploads a data file containing store-specific products into the catalog. The file format should be: field_name_1, field_name_2, ... field_name_n @@ -56,11 +56,15 @@
-
-CSV Filename -

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

- +
@@ -71,7 +75,7 @@

-This page uploads a CSV file containing product information into the database. The file format should be: +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
@@ -108,7 +112,7 @@

Note: [join $undesirable_cols ", "] are set -automatically and should not appear in the CSV file. +automatically and should not appear in the data file.