How to use feeds tamper to set default value from importer node?
I've got a number of feeds that I want to be able to import regularly. I setup feeds and attached them to a content type, ex. "My Feeds" which imports into another content type, "Article".I also need...
View ArticleI have 2 commerce feeds imports, one must run before the other
I have a drupal 7 commerce site, each day our client uploads a .csv with updates to approx. 4000 products, including published status.2 imports have been configured, 1 to update the product information...
View ArticleImport CSV file from S3 Bucket
Using s3 file system & feed import module. Issue is the fetching of csv file from s3 working... says no file or folder detected ... have the folder under s3://public/repo.csv and had read/write...
View ArticleHow to import a Google calendar so that it can be styled?
I am wondering if anyone has any ideas regarding solutions for a custom/styled Google Calendar embed on a Drupal Website. I have a client that would like their events updated via Google calendar but is...
View ArticleImporting large datasets via HTTP
I'm having trouble importing a very large dataset with feeds. It's about 8mb of text in XML format. It imports impossibly slow (I started it about a month ago and it's still not finished).However, if I...
View ArticleHow can I alter (theme) the default content feed?
How can I alter (theme) the default content feed on the front page (the list of node teasers) so that my 'thumbnail' image style is used instead of my 'medium' style for the images contained in the...
View Articlefeeds importer tamper double importing image
Using feeds import with tamper to split up images at a | our database has thousands of products and only some of them have an image and then some have a second image (a room view of the product) and...
View ArticleImporting shapefiles/kml
I need to add support for importing either kml file or shapefiles, preferably using feeds. The idea is that each record relates to a single node, and the file uploaded could contain hundreds of new...
View ArticlePagination using XML Views Backend
We're using the Views XML Backend module to display XML data in our Drupal site from an XML-based Web API. (We actually have an integration tool wrapping the API, so we can transform data going into...
View ArticleImport images from RSS with Feeds module without Feeds Image Grabber
I'm passing all the sites from D7 to D8 and so far so good. But one of my sites gives me a couple of problems.I was populating the RSS site in Drupal 7 using Feeds Image Grabber. Now, Feeds Image...
View ArticleHow to import multiple terms from XML into a node?
I am trying to import all the Destinations as taxonomy terms using following XML. In my situation, the list is not a comma separated list. It is as...
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 ArticleFeeds 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 ArticleGet Feeds to overwrite edited entity item
I have a custom entity type and use Feeds to populate the entities. All works great on initial import.I then run a cron job that updates some fields of the entity that are not imported from the feed by...
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 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 Article