Content migration, import, and export

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.

Converting a web site from one content management system (or - ack! - raw HTML files) to another is always challenging. Going to Drupal is no exception. How does one go about it? What are the challenges and what's the best way to meet them? And what about exporting content from Drupal for use by other systems?

This group (formerly Data Import/Export, devoted to one solution) is for discussion of best practices in content migration. How do you manage the process? What are the things that are likely to trip you up? What tools are available?

In the short term, a major focus in this group is seeing if we can consolidate some of the myriad existing tools to aid in migration.

jdearie's picture

Drupal4Gov Webinar Series: ​​Configuration Workflow in Drupal 8

Start: 
2019-05-16 15:00 - 16:00 America/New_York
Organizers: 
Event type: 
Training (free or commercial)

Configuration is a key concept in Drupal 8 that sits at the intersection of backend development, dependency management, theming, site building, and (in)sanity. Already the community has seen several significant shifts in the recommended "best practices" and with the announcement of a second configuration management initiative, there is no clear end in sight!

Still, those of us that work with Drupal 8 every day have to manage configuration, and we have to do it in a reusable and stable way.

Read more
hodba's picture

Migration service is required: Django to Drupal

Hello everyone,

I am looking for an experienced developer who can migrate an informative website from Django to Drupal.

The website is an informative website will 3 content type max but a lot of nodes 370+

For the ones who are interested please drop me an email at: hodba@wits.ae

Thanks,

Hodba

Read more
ruplah's picture

Import/Export content from one drupal site to another or custom applications

Hi,

Was trying to find ways to export/import content from drupal 8 so that it can imported to another drupal 8 site or import into a custom application.
Which modules can help?
https://www.drupal.org/project/parser_csv is obsolete
https://www.drupal.org/project/backup_migrate is for entire site/db
https://www.drupal.org/project/importexportapi no releases any more
Anything else I can look into?
Was looking at
https://groups.drupal.org/node/21338#import_and_export_generic

Read more
decibel.places's picture

Migrating Ilias CMS to Drupal 7?

I'm looking at a migration from Ilias CMS to Drupal 7.

A search did not produce anything helpful. Any tips or links would be appreciated.

I don't think they are using any SCORM components, they are using Ilias more like a content CMS.

Read more
leofishman's picture

import csv file to geofield

Hi,

I have to import information in a csv with poligones information to node with a geofield field.

I have tried feeds import and gdal, but gdal doesn't recognize the kml field.

A sample file with 3 records is attached.

Can anyone help me with feeds or with a migrate module?

Thanks,
leo

Edition:

I imported the kml data to a text field and extracted the information with geofield from another field!
I uploaded the module and the image of the secciones content type
for this to work, you need migrate_extras module

Read more
webchuck's picture

Looking for suggestions on how to migrate files from remote server

I am in the process of migrating a large collection of media assets, namely images, documents, and video thumbnails (video is already stored locally) from the Kaltura platform to be stored locally in Drupal. I'm an experienced Drupal developer, but new to the Migrate module. I could just write a custom module that does this, but I feel like the Migrate module may be the better way to go. Unfortunately, I'm just not sure how this would work...

Here are the steps I know I need to take.

<

ul>

Read more
VHeights's picture

Migrating Drupal6 site

Hello,

Read more
Mechanical Fruit's picture

Advice on migrating a site

Hi,

I was considering volunteering to update a site and I thought that migrating it to Drupal would be a good way to go.

Can anyone with experience give me a quick indication of requirements and difficulty to do this for this site:
http://www.geograph.ie/.

thanks for your help.

Read more
bailey86's picture

Maybe we should use separate Drupal sites for backend data and for front end presentation

(Here's a post which I originally posted at: http://www.freewayprojects.com/2013/08/maybe-we-should-use-separate-drup... )

OK, we’re looking at the development and deployment question.

This is a big area of interest for me. I’ve actually created a framework for development and deployment of web applications (primarily Drupal) and it is at:

https://github.com/SSVC/pullpush/wiki

Read more
apurdeshpande's picture

URGENT URGENT URGENT!!!!!MIGRATION of a .net website to DRUPAL

hey guys,

i have a website in .net, a regualar .net website with database, i want that site to be managed through drupal.

every time when i have to upload data into my website it is taking forever, so i want to minimize it. lemme know how it can be done.

if it is possible then how?

P.S i am new to DRUPAL.

Read more
ramriot's picture

X-cart-4.4.1 to drupal-commerce-7.x > Suggestions?

I'm in need of advice on Migration & Modules for a move from X-cart to Drupal7.

Read more
bailey86's picture

Data Export Import module now has a Drupal 7 version

Hi,

I have a module which will export nodes, taxonomy terms and users from a Drupal site to data files. These data files can then be imported into another Drupal site which has the module installed.

The easiest way to try out this module is to:

  • Install it on a test site.
  • Create some content.
  • Install the module.
  • Export nodes (or terms or users) to a data file.
  • Delete the data.
  • Import the the previously created data file.
  • Marvel at the data which has now been re-created.
Read more
joachim's picture

Joining up Features and Migrate for entity export?

I've had an idea for a way of joining up Features and Migrate in order to export entities that are data rather than config. I'd be interested in what people think...

The background is that lately I'm working on a project where we have several taxonomy vocabularies that are more part of the site structure than really content, so I used the Taxonomy CSV module to export them to CSV files and wrote a quick custom module with a UI to import them back in, so our various developers could use them to get test sites up to speed.

Read more
rajeesh's picture

Migrate Location Details from Drupal 6 to 7

I need to migrate the location details associated with a node content from drupal 6 to 7 with migration module. I successfully migrated the file field and taxonomy field data but I have no idea in migrating location details. There is no field handler for location in migrate module and I can't find any helpful article in web. Anybody know how to migrate the location details using migrate module(version 7.x-2.3)? Any help on this will be appreciated.

Thanks in advance.

Read more
rajeesh's picture

Migrate taxonomy field data from drupal 6 to 7

Hi all,
I am new to this group. Now I was migrating content from Drupal 6 to 7 with the help of migrate module. I had migrated image field having multiple values. But I have no hope in the case of taxonomy terms yet. i tried with reference to the code of some sandbox project but the values were not inserting. Please take a look on my prepareRow function.

Read more
mikeryan's picture

Migrate in Drupal 8: Drupalcon Denver BOF

This week at DrupalCon Denver, we held a BOF to discuss the proposal at http://drupal.org/node/1052692 to incorporate some form of the Migrate module into core in Drupal 8 to handle major version upgrades.

Migrate module roadmap

Read more
bailey86's picture

New Export/Import module has been updated

Hi,

The previously mentioned new data export and import module has been extensively updated.

Now, all content types can be exported and imported - as well as the taxonomy terms.

I would appreciate some help with getting the module reviewed. The project is at:

http://drupal.org/sandbox/bailey86/1278830

and the issue is at:

http://drupal.org/node/1330454

Read more
tedbow's picture

Exporting Entities to CSV(or other files)

I have written a new module Entityforms that allows user to create front-end forms that are entities. The submissions are also fieldable entities. I was wondering if there is a module that can export any Entity type, not just nodes and users, into csv files. I would want the ability to bulk export the submission entities(or any entity) to csv files.

I know I can do this with Views Data Export but I would have to make the view for each entity type.

Read more
dpovshed's picture

Nucleus to Drupal 6.x; Xoops to Drupal 6.x

Hello group,

If someone is looking to a simple tool to migrate Nucleus CMS or XOOPS CMS base websites to Drupal - feel free to try my scripts.

https://github.com/dpovshed/nucleus_migration_to_drupal
https://github.com/dpovshed/xoops_migration_to_drupal#readme

Both of those was made by request and sponsored by http://weblab.tk

Implementation was made more than a year ago and now we have really robust tools like Feeds. However if these small tools will be used as is or as a base for more powerful solution - I'll be happy.

Regards,
Dennis.

Read more
bailey86's picture

Data Export Import module - testing and reviewing would be appreciated

Hi,

NB - The module has now been extensively developed and both Drupal 6 and Drupal 7 versions are available. The module is at:

http://drupal.org/project/data_export_import

This module is designed to be part of a whole dev/staging/live deployment process.

Basically, you can push development changes up to a beta copy of a new site - and then using the Data Export Import module you can export data from a live site and then import that data into the beta site to produce a new version of the site.

Read more
Subscribe with RSS Syndicate content