Closed (fixed)
Project:
Migrate Process Inline Images Plugin
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Apr 2017 at 11:13 UTC
Updated:
2 Jul 2018 at 00:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
greg.1.anderson commentedSounds like a good idea -- I should probably be preprocessing the html with tidy anyway, probably (either before sending it in via migrate csv, or with a separate process plugin).
Would you happen to still have any of that code?
Comment #3
bradjones1Here's a WIP but mostly-working patch that supports using Symfony Crawler and also fetching images from a remote URL, which was my use case. I would appreciate testing in the original use case, where the file entities already exist. I think we could also support a condition where the file exists on the local disk but needs a File entity created to store it in Drupal?
Comment #4
bradjones1Migrate is in core... fix dependency.
Comment #5
greg.1.anderson commentedI'm not doing any site migrations at the moment, and don't have any planned in the near future. Would you like me to add you as a maintainer for this project, @bradjones1?
Comment #6
bradjones1Sure, thanks.
Comment #7
greg.1.anderson commentedDone. Thanks for helping out here.
Comment #8
bradjones1Cool, thanks.
Comment #10
bradjones1