Download & Extend

csv file attachment

Project:Webform
Version:7.x-4.x-dev
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

I have a customer which needs to be able to attach the submitted fields as a csv file to the email sent to a specified user?.

Is that something which you would like a patch for in webform core ?

My plan is to attach all fields, and attach file fields as links to the actual file.

The csv file will be containing field names in first row, and the data in the second row.

Comments

#1

It looks like you wrote this module to accomplish your needs: http://drupal.org/project/webform_rules_attachment

I don't think this is common enough to warrant inclusion directly in the module. I think I've heard a few people ask for this feature over the past several years, but I can't see the immediate benefit of it. I would think that a more serious integration via a web service (such as the recent suggestion in #1728328: Provide a "webhook" option for form processing.) would make more sense than a combination of CSV and e-mail to import data into another system.

nobody click here