Closed (works as designed)
Project:
Webform Import
Version:
6.x-1.0-rc1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
30 Jun 2010 at 15:44 UTC
Updated:
23 Feb 2014 at 06:22 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Tony_mc commentedComment #2
jjemmett commentedI'll look into it for ya. The following information could help me out in trying to recreate your issue:
Drupal Version
Webform Version
Component List
Name, key, Type, Required, Other
Thanks
John
Comment #3
jjemmett commentedComment #4
Tony_mc commentedCheers John,
Drupal version 6.17 I think
Webform 6.x-2.9
Components:
Name: Email, Key:email, Type:Email, Not required as I read this had to be the case to import
Name: Name, Key:Name, Type:Textfield, Not required.
Hope thats some help, im not the best at coding and things so apologies if not.
Thanks Tony.
Comment #5
jjemmett commented6.x-1.0-rc1 was written for Webform 6.x-3.x.
Here is a patch that will make it work with Webform 6.x-2.x.
Comment #6
jjemmett commentedChanging Category and Priority
Comment #7
Tony_mc commentedThanks so much for your help, I'll give this a go!
Comment #8
limeology commentedI had a few errors at first, but I think I'm slowly starting to get this to work. In my context, I'm using this to bulk edit existing webform submissions. (The idea being you download the CSV, make updates, reupload and have it fix the records.) But the columns are different (import has a few extra columns because of markup fields, submission ID is at the end, etc.) It seems to mess up if I just try to reupload the downloaded CSV with modified values. What's the best solution?
First, is this an issue I'm supposed to be having? Can I somehow modify what Drupal downloads as the CSV to a format that better matches what import wants?
Thanks!
Comment #9
kirkhings commented...
Comment #10
tomhung commented@kirkhings please post in a new issue.
Comment #11
gobinathmas mentioned in #5 RC1 version is for using with Webform 6.x-3.x. Hence try using the patch from#5 if you have same problem