Hi,
i use node_convert to convert node from content type to another

How i can convert node type with "media_youtube" field to anothe type node with "youtube" field.

"youtube" and "media_youtube" is two drupal module using youube link to creat image ad video insid node.

Thanks.

Comments

dman’s picture

You should ask in the project issue queue of the module https://www.drupal.org/project/youtube

media suite builds on file_entity, which builds on core file fields.
Older modules often made up their own field definitions, and their custom database schemas are often not compatible without special work in between.

yelvington’s picture

Don't do ANYTHING without making backups, and test any intended changes on a backup database before altering your production system.

https://www.drupal.org/project/node_convert can be used to migrate nodes from one type to another, while mapping fields. Note that it works with VBO.