This section describes the file format to bulk import product items into the application using a csv file format.
This section describes the file format to bulk import product items into the application using a csv file format.
Example file : in csv format or as a text file
csv is a text file where each field is separated by a comma character and each line represents a record.
Unique item number
Item name
Gross value which will be something like : 34.99
The title of the product
The key codes or pin numbers where each must be separated by <br> to represent a new line. The script will correctly convert <br> into a new line.
Notes:
(1) You cannot use the comma character (,) in any field because it is used as the field separator in csv.
(2) You cannot update existing records, only create new records.
(3) The currency code (e.g. USD) is not defined in the csv file, but is taken as the default value in setup.
(4) The email texts are not defined in the csv file, but are assumed to be the default as defined in setup.
Pricing : PHP-KeyCodes costs $45 U.S. Dollars.
Purchase PageDemo : View an on-line demo illustrating the admin pages. Demos are live and you may purchase test items for $0.01 in value.
Demo Page