β¬οΈImport from CSV
Enable importing data from Excel files.
Last updated
Enable importing data from Excel files.
Last updated
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.
Note Access to this option is restricted to admin users only.
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
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.
Note Only admin and restaurant owner have access to this option.
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