View Categories

Preparing Your CSV File for Import

1 min read

To bulk import your menu, you will need a CSV file that includes the menu details such as item name, description, price, images, and filters (veg, non-veg, combo).

CSV File Structure: #

Your CSV file should have the following columns:

Here is the mapping for the fields shown in your CSV:

CSV ColumnWooCommerce FieldDescription
TypeProduct TypeSet to “simple” for simple products or change based on your product type.
NameProduct NameThe name of the menu item.
PublishedPublished StatusSet to “1” if you want the product to be published, or “0” if it’s a draft.
Is featured?Featured ProductSet to “1” for featured products, or “0” for non-featured products.
Visibility in catalogCatalog VisibilitySet to “visible” for products to be displayed in your store catalog.
Short descriptionShort DescriptionA brief description of the menu item, which may appear alongside the product in some layouts.
In stock?Stock StatusSet to “1” if the product is in stock, or “0” if out of stock.
Regular priceRegular PriceThe price of the menu item.
CategoriesProduct CategoriesThe category under which this item falls (e.g., “Fries”).
TagsProduct TagsTags like “veg” or “non-veg” to label dietary preferences or other characteristics.

Once you have confirmed these mappings in the WooCommerce importer, click Run the Importer to proceed.

Make sure your CSV file is saved in UTF-8 format.

How to Create a CSV: #

  1. Open a spreadsheet program like Google Sheets or Microsoft Excel.
  2. Add the columns listed above (Name, Description, Price, etc.).
  3. Fill in your menu data.
  4. Export the file as CSV by choosing File > Download > Comma Separated Values (.csv).

Download Sample CSV here

For Example: