I wish the RSS module to output for each entry the list of categories it is tagged with. For instance, an Atom entry could have the following properties:
Hi @raspbeguy, seeing this isn’t something n8n currently does, I shall convert your request into a feature request allowing you and other users to vote on this.
As a workaround until then, perhaps you want to parse your feeds outside of the RSS node? This should give you access to all properties. I couldn’t find a feed making use of category on an entry level, but the basic idea would be something like this:
Perfect, Yeah the feed I am using is a more classic feed so the categories are <category>name</category> rather than using term. It looks like the RSS package we use doesn’t support that out of the box.
It looks like Reddit also uses the same term option so we have a couple of options for testing when we pick this up.