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.

Comments

theunraveler’s picture

StatusFileSize
new1.56 KB

Here's the file.

alex_b’s picture

Mappers 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...

theunraveler’s picture

Status: Needs review » Closed (fixed)

That makes sense! Sorry about that.