I created a mapper for the new SesameVault CCK module (http://drupal.org/project/sesamevault). It just lets you map a feed element (like the SesameVault ID from a node) to the SesameVault ID field. The module is brand new, and I don't know how many people intend to use it, but I created this for a project I was doing and thought I'd submit it anyway.
It's basically just the text CCK field mapper with a few changes.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | feedapi_mapper_sesamevault.inc_.txt | 1.56 KB | theunraveler |
Comments
Comment #1
theunraveler commentedHere's the file.
Comment #2
alex_b commentedMappers for not that commonly used modules should go into the respective modules, not into feedapi_mapper - otherwise I'll wind up with a maintenance nightmare...
Comment #3
theunraveler commentedThat makes sense! Sorry about that.