Problem/Motivation

When migrating text there can be a disconnect between the text stored on the old site and what you want the new editor experience to be specifically when the old site supported converting line breaks to paragraph tags but the new site you want to leverage HTML via the WYSIWYG editor.

Proposed resolution

Add a process plugin that uses the filter logic to convert line breaks into paragraph tags.

Remaining tasks

Add a process plugin that uses the filter logic to convert line breaks into paragraph tags.
Test coverage.

User interface changes

n/a

API changes

New process plugin.

Data model changes

n/a

Comments

damienmckenna created an issue.

damienmckenna’s picture

It turns out there's already a separate module for this: https://www.drupal.org/project/migrate_process_text_to_paragraphs

heddn’s picture

is the thought to merge that over here?

damienmckenna’s picture

It would make it available to a wider audience.. I'll ask the maintainer.

damienmckenna’s picture

I asked the maintainer: #3565476: Merge with Migrate Plus?