Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Hi,
The goal is after importing feeds save some words of the content of feeds in taxonomy fields, like the module autotag, it's possible with this module?
I create a new rule with react on event "After importing feed".
After I add a condition "Content is of type" and now I need a data selector, but I don't know what i put in this field?
Thanks,
At the moment, the "After importing feed" event only serves the "Feeds Source". This only provides "id" (the machine readable name) and "imported" (for the time the feeds source was imported), but at the moment, there is no information about the items, that were imported available in rules.
The "after importing feed" was created by me, to serve as a general cleanup event. Feeds itself now provides an event too: @see #1005128: Rules integration & enable modules to customize imports.
cristinam, for your use case, I guess it was best you would trigger the "Node: After saving new content" event. Because this directly acts on the node being saved.
Comments
Comment #1
eloivaqueSubscribe
Comment #2
eloivaqueHi
I create this code in feeds_rules.rules.inc and work!
Comment #3
derhasi commentedI guess I do not understand where your problem is. Can you please provide additonal information on what you tried to do?
Comment #4
cristinam-1 commentedHi,
The goal is after importing feeds save some words of the content of feeds in taxonomy fields, like the module autotag, it's possible with this module?
I create a new rule with react on event "After importing feed".
After I add a condition "Content is of type" and now I need a data selector, but I don't know what i put in this field?
Thanks,
Comment #5
derhasi commentedAt the moment, the "After importing feed" event only serves the "Feeds Source". This only provides "id" (the machine readable name) and "imported" (for the time the feeds source was imported), but at the moment, there is no information about the items, that were imported available in rules.
The "after importing feed" was created by me, to serve as a general cleanup event. Feeds itself now provides an event too: @see #1005128: Rules integration & enable modules to customize imports.
cristinam, for your use case, I guess it was best you would trigger the "Node: After saving new content" event. Because this directly acts on the node being saved.