Questions tagged [feeds]
Use it for questions about feeds and the Feeds module.
891 questions
0 votes
0 answers
38 views
http auth for ical feed
I have an ical feed on a Drupal 10 site with Date/ical module. But the site is members only. I'd like to allow users to subscribe to ical using a calendar app (e.g., iOS Calendar, Thunderbird, Ubuntu ...
-2 votes
2 answers
71 views
RunTimeException on creating feeds
I am stuck with importing RSS feeds. I am able to import them via the cli, but through the cron process I get the message that the directory cannot be written. The permissions seem to be okay, as ...
0 votes
0 answers
48 views
Using Feeds to create a content item from XML, then Rules to Publish
One of our sites has Feeds set up to download XML files and create News and Event content types that were created on other Drupal sites. The new items are automatically published after the feed ...
2 votes
0 answers
82 views
Best practice for routinely importing content via a Rest API?
In the past I've used Feeds to import content. I have a new D10 project I'm working on and I'll need to regularly pull data from Pure API. The import will create new nodes with mapped fields of a ...
-1 votes
1 answer
254 views
Import custom data from another DB to nodes
For create/update new nodes I used the Feeds module. It works well with CSV/OPML. But now I need to import a new data from another database, forming result by SQL query. There are old modules for ...
0 votes
0 answers
347 views
How to avoid character encoding exceptions that occur when importing CSV data in to MS SQL server?
When I try to import CSV data into my feed, I get errors like this: Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[IMSSP]: An error occurred translating string for input param 3 to UCS-2: No ...
0 votes
1 answer
264 views
Why does core create RSS feeds for taxonomy terms?
Drupal 9.5.8 standard installation; I never did anything about RSS feeds in that website. In Google Search Console, under Crawled - currently not indexed section, I was surprised to come across this ...
-2 votes
1 answer
201 views
Feeds: import content from CSV url list with QueryPath or alternative to find image or body in external HTML
The situation: Partner provides us with relatively simple CSV that only has title and url to article with permission to use images or body of that article, but... "not a tech person, no idea how ...