Browsing index pages (3 articles)
↧
JSON feeds context within Drupal 7
I'm trying to connect to a REST web service with Drupal 7. Data is supplied via a url and I want to pull it into the D7 site to create and populate nodes. I'm using the feeds module to map the content...
View ArticleAnswer by Elaman for JSON feeds context within Drupal 7
You may need to try this module: Feeds JSONPath Parser
View ArticleAnswer by Sonicthoughts for JSON feeds context within Drupal 7
See this tutorialContext: is where you put the JSONPath expression that represents the path to the array representing your data. For instance, in my file, this would be $.albums.data.*. If this were a...
View Article
Browsing index pages (3 articles)