Closed (won't fix)
Project:
Mailhandler
Version:
7.x-2.x-dev
Component:
Mailhandler
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Feb 2012 at 07:01 UTC
Updated:
14 Aug 2013 at 17:55 UTC
The ability to extract data from file attachments while importing them from an email would be ideal.
Mapping using a optional 2nd parser for the file attachment with a pluggable system to choose any parser module should be the long-term goal.
CSV & excel files should be the easiest to write the functionality for (& most ideal for bulk data).
Comments
Comment #1
TimelessDomain commentedside note
A future extension to this setup could use Meta - metadata management for media files http://drupal.org/sandbox/dman/1310856 to extract & map media meta data while importing them from an email.
This would really simplify the content creation process for end-users, which should be the a top goal of all software.
Comment #2
danepowell commentedI'm not sure this issue is limited to Mailhandler, since I could see the same thing being desirable with attachments to RSS feeds, etc- basically, you want to chain feeds importers together.
Anyway, you could probably write a Mailhandler command plugin to handle this, or this project sounds similar to what you want: https://drupal.org/project/feeds_node_multisource
Comment #3
danepowell commentedI'm pretty sure this isn't properly a Mailhandler issue. It would be better solved by Feeds Tamper or another, more general, module.
I'm willing to accept arguments to the contrary, of course.