⬆️Import from CSV

Enable importing data from Excel files.

Enable Importing Restaurants from Excel

This platform offers the typical method of manually adding restaurants, but it also provides the option to add restaurants from Excel files.

To enable this option, you simply need to add the ENABLE_IMPORT_CSV variable to the .env file and set its value to true.

To disable this option, set the value of ENABLE_IMPORT_CSV to false in the .env file.

ENABLE_IMPORT_CSV=true

Note Access to this option is restricted to admin users only.

Excel File Data Format

The option follows a predefined format for the Excel file to import the data correctly. Using any other format may result in unintended import of the data.

name

description

address

restaurant phone

logo

owner email

owner name

owner password

owner phone

Enable Importing Restaurant Items from Excel

The platform provides an option to add restaurant items from Excel files, similar to the usual method of manually adding restaurant items.

To activate this feature, you simply need to set the ENABLE_IMPORT_CSV variable in the env file to true.

To deactivate this option, set the ENABLE_IMPORT_CSV variable to false in the .env file.

ENABLE_IMPORT_CSV=true

Note Only admin and restaurant owner have access to this option.

Excel File Data Format

The import function requires a specific format for Excel files to ensure accurate data transfer. Using any other format may result in unintended import outcomes.

name

description

price

category

image

Last updated

Was this helpful?