Need help migrating your site to Drupal?

Migrate date field from csv to Drupal 8 using format_date

have been trying to import the date fields from a CSV file to Drupal 8 using format_date function.

but didn't work for me. it keeps translating everything into 1969/12/31 19:33. Does anyone know why?

here is my YAML file where field_date is machine name of my content type date field, and Date is the field name in CSV. and the date format in CSV is like 12/22/12 12:22


field_date:

plugin: format_date

from_format: 'm/d/y H:i'

Vcard Export Import

I want to convert my VCF Export Import. I want to copy my contacts in .vcf format to another computer. It requires .vcf export import tool. How to convert it

How to convert data from joomla to drupal?

Hello everyone!

I am attending to use drupal instead of joomla and I want to migrate all data from old website to this platform. How can I do it?

Thanks!

This is my website: [spam link redacted].

Migrating from wordpress

Is this possible? How easy and smooth is the migration and is there support for this? Would I need to pay or is it free? 

Many thanks in advance!

Drupal 7 to Drupal 8 migration - Comments did not migrate

I have done Drupal 7 to Drupal 8 migration via drush i.e 

drush migrate-upgrade --legacy-db-url=mysql://user:password@server/db --legacy-db-prefix=drupal_ --legacy-root=http://example.com --configure-only 

drush migrate-import --all 

(ref: https://www.drupal.org/docs/8/upgrade/upgrade-using-drush)

Drupal 8 was a fresh instance before I ran above migration commands.

Questions on replacing a Joomla website with Drupal

I have a Joomla website.

The website purpose is to take information from users, put it into a database, and when the user comes back display their information to them allowing them to update it/add to it and then the updated information is put into the database.

The Joomla website mainly consists of fully custom forms using RSForms.

The forms are preloaded from a database using PHP, javascript is used as the form is filled in, the information is then loaded back into the database using PHP.

Pages

Subscribe with RSS Subscribe to RSS - Converting to Drupal