Import file structure and delimiters

The following is a sample of category import data

 

"categoryid";"catdescription";"highercategoryid";"hassubcategory";"cathide";

1;"Toys";"vpdemo_ travel.jpg";0;"Yes";0

1;" Travel Packages ";"vpdemo_toys.jpg";0;"Yes";0

1;" Stationery";"vpdemo_stationery.jpg";0;"Yes";0

 

The first line contains the field names (you need to ensure these match the names of the fields in the VPCART database). The remaining lines are the data - character strings are enclosed in double quotes and fields are separated by semi-colon(;).

 

You can use virtually any delimiter you like, such as a comma (,), tilde (~) or a tab.

 

If using a tab, you need to specify the delimiter as “TAB” (no quotes) in the delimiter field of the bulk import setup form.