How do I import attributes with the feed mapper?
I have a Drupal 7 instance with Ubercart 3, and I'm also using the Ubercart Feed Mappers module to map out the importing of product fields. I have all the fields, images and categories working well,...
View ArticleCannot use feeds to import into data tables where the primary key is multiple
I am using Data Module to create tables in Drupal.Now, I need to import some data through CSVs, for this I want to use Feeds Module. My table consists of more than one primary key i.e. a group of...
View ArticleCustom feed tamper plugin to convert an image GUID into a URI
I have a feed importer for image files, which stores a column in my source csv as the GUID of the final files in Drupal.I also have another importer for, say, articles. In the articles csv, there is an...
View ArticleHow to import Image alt, titles or File description?
Hello Drupal Community,In a Product display i have image and file fields, I was wondering if there is a bulk way to import image alt text and image title or File description?I used feeds to import...
View ArticleProviding a default value for an Entity Reference Field using Views Bulk...
I have a content type called 'Schools' and a CSV spreadsheet that has columns for information such as School Name, Location, Telephone etc...Using Feeds I can import the information on the 111 Schools...
View ArticleRSS not appearing in meta tag
An RSS-feed on my site doesn't show up in the HTML <head> as it is supposed to, which makes it very difficult to find. Here's my situation:A view is displaying the latest blog posts.This view has...
View ArticleImport soap webservice xml to node with Feeds?
I have a soap web service which requires authentication to access its various function. I want to call one function of this web service and import that XML to node in Drupal with feeds module.I am not...
View ArticleIssue while modifying and importing the manually content type data
I have a scenario like this:I am using Feeds Importer to import one content type data. I am using GUID field as the unique field. Also, I am exporting these all the nodes of this content type using...
View ArticleImport 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...
View ArticleI have a problem with a workflow plugin [closed]
I caught this error when I used a workflow plugin.Error: Class 'Drupal\feeds\Plugin\Derivative\ExtraLinks' not found in include() (line 10 of...
View ArticleLink items from Feeds module to original blog
I am using the Feeds module to publish the contents from a Wordpress blog to my site's home page. I'd like to have the items on the home page link directly back to the original blog rather than the...
View ArticleI have a problem with a workflow plugin ? (closed) [closed]
I caught this error when I used a workflow plugin.Error: Class 'Drupal\feeds\Plugin\Derivative\ExtraLinks' not found in include() (line 10 of...
View ArticleCustomize the output of the Drupal 8 Aggregator module
I am using the Core Aggregator module to aggregate content from RSS feeds, and then using a View to output the content.The Aggregator module has two view modes, default and summary. The view modes...
View ArticleI have a problem with a workflow plugin [closed]
I caught this error when I used a workflow plugin.Error: Class 'Drupal\feeds\Plugin\Derivative\ExtraLinks' not found in include() (line 10 of...
View ArticleContent: Changed field displays fine in block View; no output in feed
The subject says it all. I need to output the "Content: Changed" field in an RSS feed so the system can tell whether or not the node has been updated. The Block display shows the date perfectly; the...
View ArticleHow to Auto Publish nodes based on set interval?
I have nodes being generated from a Feeds import on a periodic basis, however when they are imported I would like them to be queued to be published on an hourly basis (or x minutes)I have looked at...
View ArticleNeed "last updated" date in RSS feed
I need to output the "Content: Changed" field in an RSS feed so the system can tell whether or not the node has been updated. The Block display shows the date perfectly; the feed outputs nothing....
View ArticleOverwriting Module Template?
I'm trying to override the following template file:modules/contrib/feed_block/templates/feed-block-rss-item.html.twigI've...
View ArticleImporting multiple images from Dropbox with Feeds
As part of a product import, I am trying to import images from a link contained in a column of an Excel file. Each link points to a Dropbox folder with 2 image sub-folders (named PRINT and WEB). Is it...
View ArticleExecute Drupal Feeds Import Programatically - Where to put code
I found this code for executing feeds importers programatically:<?php// Define the id (machine name) of the importer you want to use.$importer_id = 'my_feeds_importer';// Load the Feeds Source...
View Article