-
I'm currently trying out tandoor, and I have a lot of recipes that are on paper. I couldn't find any specification in the docs, just that the default import exists. Importing a before exported file works fine, so the import function seems to work with a normal file. Comparing the file to the original I can't see any differences preventing this from working. When I try importing, I get the following error:
Here is the recipe I've generated: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The keywords are not in the right format. I think they need to look something like:
And there are some issues with units and amounts. I attached a working version: This also solves my issue described in #3366. Thank you for the inspiration! |
Beta Was this translation helpful? Give feedback.
The keywords are not in the right format. I think they need to look something like:
"keywords": [ { "name": "test", "description": "", "created_at": "2024-10-12T21:32:52.549700+02:00", "updated_at": "2024-10-15T13:43:17.444207+02:00" } ]
And there are some issues with units and amounts. I attached a working version:
recipe.json
This also solves my issue described in #3366. Thank you for the inspiration!