How to migrate webform submissions data from one drupal to another

2.5k views Asked by At

Hello, I wonder if there is any way to migrate the records of a Webform (data submissions) of a site in Drupal 7 to a previous copy of the same site.

My form includes text fields, images and files, and am aware that the records of the form are not nodes.

For this reason, modules as 'Node Export' do not work (although I tried anyway).

Could anyone guide me to find the solution?

Or give me a place to start?

2

There are 2 answers

3
D34dman On

Have you given Migrate Webform a try yet?

From the project page

It will migrate all nodes of the webform node type (with the default D6 fields using migrate_d2d backend), all the configuration* of the webform's settings, the form components, email destinations, submissions and associated submission data, in addition to any validation configuration you have (from webform_validation module). It grabs the "last downloaded" data too, in case your users were downloading sequential batches since the last time they were on the site.

1
Baach On

Try Webform Import.

Allows delimited data files to be imported as submission (results) into webforms.

This is useful for importing submissions from other systems in to Webform. Can also be used to Edit submissions via Export / Import as long as the CSV has the SID column filled.