Feeds module for Drupal 9; Contrib Half Hour, 2021-05-27
HTML-код
- Опубликовано: 8 фев 2025
- This week we took a look at the Feeds module, a very popular solution for importing data into a Drupal website:
www.drupal.org...
The Mediacurrent Contrib Half-Hour is a weekly meeting from Mediacurrent to support the Drupal community. Each week we discuss a topic related to working within the Drupal community and the tools available to us.
Full schedule is posted on our project page: www.drupal.org...
Excellent summary. I recommend watching this at double speed,
This tutorial is excellent. It would be very helpful if you could guide me on how to get a list of failed CSV items. Is it possible to get all failed items in CSV format.
Nice but in D10 the Feeds module display error "The website encountered an unexpected error. Try again later." How to fix that?
What can I do run work with Feeds
Postscript: Fixed!! :) First step upload module Ludwig, that install library package "laminas/laminas-feed". Second step install Feeds module, and now all is OK! Greetings!
Guys, i have a guestion as newbie in drupal. How to export data from db, for certain Content Type, to exel(more priority) or csv. Is there some solutions can be made for feeds module, or better use like views data export??
Feeds is built exclusively for pulling data into Drupal, Views Data Export and JSONAPI are good solutions for getting data out of it.