JSON import NOTES #5222
Unanswered
childressmd
asked this question in
Q&A
Replies: 1 comment
-
I've tried to dig through the code (as best an inexperienced coder can), and I cant find a place where this is included. I'd love to contribute, but I dont have the skills. In scraper_strategies.py there's a class RecipeScraperPackage which looks to have the bits in to "clean" the various receipe fields into the appropriate data structures. Sadly, no mention of notes.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When importing via JSON through the GUI, I can't seem to get it to encode the notes sections. These are dropping off.
For example:
"notes": [{"title": "Recipe Source","text": "This recipe is from the book 660 Curries by Raghavan Iyer."}]
ends up as "notes": [] when I look at the encoded recipe in the JSON window.
If I paste in the same code, the notes section is filled in, so this seems to be correctly formatted.
Beta Was this translation helpful? Give feedback.
All reactions