Plugin Author
Brecht
(@brechtvds)
Hi there,
I’m afraid it’s not possible to import from a spreadsheet. We do have the import from JSON feature, but you would have to get the recipes in that exact format: https://help.bootstrapped.ventures/article/197-import-recipes-from-json
Thank you. I saw the plugin allows you to add recipe ingredients and instructions using a bulk field. Is this possible with the JSON too?
Plugin Author
Brecht
(@brechtvds)
Instead of passing along separate amount, unit, name and notes keys you can pass along just 1 raw key that contains the entire ingredient line.
It will try to automatically split it in the separate parts (based on the settings on the WP Recipe Maker > Settings > Import page). Take note that this won’t be perfect.