In our system we have around 2500 EPiServer.Community.Blog entities and since this is discontinued, I am in the process of rewriting these Blogs as CMS Pages in a new solution. For data migration, I use a job to fetch all blog data and generate an XML; and then another job to read this XML and create new Blog CMS Pages in the new solution.
Problem is the blog content (Xhtml added in TinyMCE) has a lot of image blobs which make the XML huge and unresponsive, even if I fetch small batches of 50 blogs. Can I compress these image blobs during the data migration? Has anyone else done something like this already?
Thanks in advance.