Some content types map directly 1 to 1 so am using standard Drupal Migrate with no issue.
Other types are more complex as they contain multiple data items in a single field (an example is within a biography and the entire life events are in a single field), these combined fields need to go into a set of paragraphs. I produce the CSV by querying the Drupal 6 database, pulling the field and processing the results into individual fields so I have about 80K lines of
Hi there. Im in the process of converting a bunch of standalone PHP scripts to a Drupal site. Many of these scripts are basic forms with the data stored in a MySql data base. No problem with these using the form API and modules
The second bunch of scripts allows visualisation and printing of the data, They currently use FPDF so that may also be printed. Im after a recommendation on how best to proceed with this in a Drupal environment
I'm working on a Project which is recently re-designed to Drupal 8 and previously it is in HTML. Presently they were converting old Html pages into Drupal just by creating the content again in Drupal and they redirect from the old HTML pages. But they were like more than 100k HTML pages to migrate into Drupal. So, Is there any way to import & migrate the HTML pages into Drupal in Bulk. Any suggestions?
Hi there, I am working on a large 10.000 node migration. I first used "drush migrate-upgrade --configure-only" to craete configuration entities which I exported into yml files. I have identified all the migrations needed. I run the drush migrate:import myname_filter_format and migrate:import myname_filter_user_role ok
migrate:import myname_user errors due to flatten.php but ok I could manually set up the handful of users
then migrate:import myname_field ok 38 of 40 ok and 3 ignored
I will pre-apologize for my ignorance on Drupal, but hopefully someone can help me! I have migrated all files and .sql file into database, changed settings.php and am in a place where I can finally login and customize Drupal. Previous hosting company closed doors and I had to migrate the site. The only thing I was given was my .sql file and and folder for site files. After reading everything about migrating and this is the farthest I have gotten with success and no errors.