Feeds with Xpath Parser won't import images using image URL in XML file
Importing images into a multi-valued image field using image URLs from an XML file is not working for me. The Xpath Parser debug output shows the multiple image URLs being parsed correctly, but the...
View ArticleDescription field has no text format
The Feed module successfully imports a RSS feed. However the Description field does not display. I can only see it if I click on "Edit". The problem is that the feed-items do not have a text format.How...
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 ArticleRSS does not validate properly
I am trying to generate an RSS feed, but it does not validate. I googled around and found RSS Feed does not validate using Views RSS module, but unfortunately it's for Drupal 7, while I am using Drupal...
View ArticleFeed Import Error
This import was working, now I'm stumped on why it's breaking.An AJAX HTTP error occurred. HTTP Result Code: 200 Debugging information follows. Path: /batch?id=79&op=do StatusText: OK ResponseText:...
View ArticleFeeds: Is it possible to set a unique field other than the title field?
I'm trying to create a feed importer that uses a unique ID that is NOT necessarily in the title field of the content type. For example, were I using the feeds importer to import a list of contacts, I'd...
View ArticleFeeds unlock tab
I had one of my feeds freeze up and I can't unlock it. I did some searching and found a function for adding an unlock tab form this...
View ArticleHow do I get my blog on Feed Burner?
I'm trying to get my blog onto Google Feed Burner. I've read all about this, but there doesn't seem to be a clear answer. I just get this error.Received HTTP error code 400 while fetching source feed.I...
View Articlecommerce feeds product import not showing up
I imported a file with 5 fields UPC-> SKU(Unique), Product Description -> Title, Unit Price -> Price Amount and 2 custom fields for wood type and knife number the import process says it...
View ArticleHow do I import product category based on taxonomy vocabulary?
I have a products catalog based on taxonomy vocabulary, as advised the term reference field is on the product content type.Products imports are working fine, but when I try to import product displays...
View ArticleHow can I import special characters using Feeds?
I am using the Feeds module to import data into my site from a CSV file.When I try to import a row that has the € character, nothing gets imported and I get an error message.error:General error: 1366...
View ArticlePagination for Views RSS
I'm using Views RSS module to generate a custom RSS feed. I want to be able to limit the results by adding ?offset=50&limit=50 . How could I achieve that? Is there any Views plugin I could use? Thanks
View ArticlePreparing and sending a press review
Opening note : It's been a few years since I last used Drupal.The company I work for needs to send a quarterly press review to a list of clients. Each article has to be reviewed to ensure that it is...
View ArticleImport data into Select List using using Feeds and the Feeds XML Parser from...
I have to import some data from a xml document.I'm usuing the https://www.drupal.org/project/feeds and the https://www.drupal.org/project/feeds_xpathparser modules.I have other fields which get the...
View ArticleFeeds: Do not update existing content items not working as expected
I'm trying to use feeds + tamper to do bulk updates to an entity reference field in "Employee profile" content type but retaining existing values. I'm using a CSV file and mapping a "email" and "badge"...
View ArticleHow to pull twitter feed in content type?
I need to create content type(twitter content ) where i can pull twitter feeds so that i can use that content type for entity reference and print the twitter feeds.Can any one please help or assist me...
View ArticleFeeds import dynamic author change
I use Feeds so that logged users can upload data. I need to keep track of which user uploads what. In Feeds importer 'Settings' you define the author, but in my case it should not be static but defined...
View ArticleHow to import nodes and their translations from a csv using Feeds?
Is there a way to provide the original and translated values of the title and the body in a csv for example, and the Feeds module to produce the translated nodes automatically (and synced with the...
View Article