Im having a bit of difficulty importing my csv files. Could someone maybe provide me with an example of how this should look? I downloaded the template, then inserted the relevant new info to import and my screen just goes blank. Any help with this would be greatly appriciated.

CommentFileSizeAuthor
#5 webform_import.module.patch7.79 KBjjemmett
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Tony_mc’s picture

Category: feature » support
jjemmett’s picture

I'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

jjemmett’s picture

Assigned: Unassigned » jjemmett
Tony_mc’s picture

Cheers 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.

jjemmett’s picture

Category: support » bug
Priority: Normal » Critical
FileSize
7.79 KB

6.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.

jjemmett’s picture

Version: 6.x-1.x-dev » 6.x-1.0-rc1
Component: User interface » Code
Status: Active » Needs review

Changing Category and Priority

Tony_mc’s picture

Category: bug » support
Priority: Critical » Normal

Thanks so much for your help, I'll give this a go!

limeology’s picture

I 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!

kirkhings’s picture

...

tomhung’s picture

@kirkhings please post in a new issue.

gobinathm’s picture

Issue summary: View changes
Status: Needs review » Closed (works as designed)

as 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