diff --git a/docs/features/import_export.md b/docs/features/import_export.md index 934f72084..4abc377f8 100644 --- a/docs/features/import_export.md +++ b/docs/features/import_export.md @@ -121,7 +121,7 @@ thus cannot be imported. ## ChefTap ChefTaps allows you to export your recipes from the app (I think). The export is a zip file containing a folder called -`recipes` which in turn contains `.txt` files with your recipes. +`cheftap_export` which in turn contains `.txt` files with your recipes. This format is basically completely unstructured and every export looks different. This makes importing it very hard and leads to suboptimal results. Images are also not supported as they are not included in the export (at least @@ -130,4 +130,4 @@ the tests I had). Usually the import should recognize all ingredients and put everything else into the instructions. If you import fails or is worse than this feel free to provide me with more example data and I can try to improve the importer. -As ChefTap cannot import these files anyway there won't be an exporter implemented in Tandoor. \ No newline at end of file +As ChefTap cannot import these files anyway there won't be an exporter implemented in Tandoor.