I am importing an RSS feed that is, essentially, a list of events. The format they are publishing has the date of the event included in the title. Can anyone guide me towards the best way to either not include past events in the import or to parse the date out of the title and into a separate field? I spent a long time trying to do this but I can't seem to figure it out. Thanks!
Comments
Comment #1
dooug commentedFeeds Tamper allows to parse data after the Feed Importer has parsed it. Maybe the "Find replace REGEX" or "Truncate" filters from that module accomplish what you need.
If not, please provide more information about the data and you Feed Importer settings. What Feeds Parser are you using? How is the data formatted?