简体   繁体   中英

Drupal 7: Can I use a webform to submit a single record or upload CSV file for multiple records to database?

A client has asked that we come up with a solution to the following scenario.

They would like a webform that would allow for single/multi-line record submission, which is easy enough to do. They would also like to have the ability to have a file upload option that would allow them to upload a CSV file for bulk record submission.

Has anyone else run into something like this? Is this something that can be done using the Drupal Feeds module? If so, how have you done it? If not... how have you done it?

As per my understanding you want to upload multiple CSV files in webform. I don't know why you are going for Feeds module. You have webform specific modules that is webform_multiple and webform_multiple_file . Please have a look into these modules it may resolve your problem.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM