importers in AEM5.6.1/6.1 | Community
Skip to main content
Level 4
February 27, 2016
Solved

importers in AEM5.6.1/6.1

  • February 27, 2016
  • 3 replies
  • 828 views

In our installation, if I try to create "New" under tools/importers, the templates is blank. Are we missing a license?

If I want to display data from an external RSS feed, is this the feature we should use?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by smacdonald2008

You can also create an AEM Importer service by using the com.day.cq.polling.importer.Importer API.

See this AEM community article: 

https://helpx.adobe.com/experience-manager/using/polling.html

Hope this helps...

3 replies

smacdonald2008
Level 10
February 28, 2016

Here is a community article that talks about this use case: 

http://cq-ops.tumblr.com/post/17391660877/how-to-create-a-blog-based-on-an-rss-feed

You do not need a separate lic to use this. 

smacdonald2008
smacdonald2008Accepted solution
Level 10
March 1, 2016

You can also create an AEM Importer service by using the com.day.cq.polling.importer.Importer API.

See this AEM community article: 

https://helpx.adobe.com/experience-manager/using/polling.html

Hope this helps...

Level 4
March 1, 2016

These examples are really useful Scott!