Import Complete Cookbooks
Import cookbooks from ZIP archives containing Rezkonv (.rk) or Meal-Master (.txt) files. Each file becomes a separate cookbook.
Supported import formats
Upload a ZIP archive containing supported recipe files.
- ZIP archives (.zip): Contain recipe files
- Rezkonv format (.rk files): German recipe standard
- Meal-Master format (.txt files): Industry standard
Each file in the ZIP becomes a separate cookbook with the filename as the cookbook name.
Import Individual Recipes
Import individual recipes into existing cookbooks from JSON, text, or ZIP files.
Supported File Formats:
- JSON files (.json): Structured recipe data
- Text files (.txt): Simple recipe text format
- ZIP files (.zip): Multiple JSON or text files
Supported Recipe Formats
Learn about the different file formats you can import
Supported Import Formats
The following file types are accepted:
- ZIP
ZIP archives (.zip): Contain recipe files
- RK
Rezkonv format (.rk files): German recipe standard
- MM
Meal-Master format (.txt files): Industry standard
Each file inside a ZIP archive becomes a separate cookbook using the filename as the cookbook name.
Rezkonv Format (.rk files)
===== REZKONV Format 1.4 Titel: Chocolate Chip Cookies Kategorien: Desserts, Cookies Menge: 24 Portionen 2 Tassen Mehl 1 Tasse Zucker 3/4 Tasse Butter 2 Eier Preheat oven to 375°F. Mix ingredients and bake. =====
Meal-Master Format (.txt files)
----- Meal-Master Recipe
Title: Chocolate Chip Cookies
Categories: Desserts, Cookies
Yield: 24 servings
2 c All-purpose flour
1 c Sugar
3/4 c Butter, softened
2 Large eggs
Preheat oven to 375°F.
Mix ingredients and bake.
-----ZIP Archive Structure
For complete cookbook import, create a ZIP file containing multiple recipe files:
cookbook-export.zip ├── Desserts.rk → becomes "Desserts" cookbook ├── Main-Dishes.txt → becomes "Main-Dishes" cookbook └── Appetizers.rk → becomes "Appetizers" cookbook