I have a file field on my node-type with custom fields. Is there some way for the custom fields to show up as Mappers?

Currently I only see URI and description for the file field.

Comments

rovo’s picture

Issue summary: View changes
MegaChriz’s picture

Status: Active » Fixed

Yes, in a custom module you could implement the hook hook_feeds_processor_targets() or hook_feeds_processor_targets_alter()
See the documentation: https://www.drupal.org/node/622700#mappingapi
See also feeds.api.php for implementation examples.

The filefield's "URI" and "description" targets are implemented in /mappers/file.inc. You could take that as an example.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.