Problem / motivation

Step 1) I need Migrate the Blogs contents from Wordpress to Drupal.
Step 2) So I export the blog's contents as a csv file format in Wordpress site.
Step 3) Finally, I got a Csv file for Blogs content.
Step 4) Then I import the respective file in Drupal using Content Import module.

Step 5) Suddenly throws below error in Drupal

ERROR 1118 (42000) at line 1807: Row size too large (> 8126). Changing some columns to TEXT or BLOB or using ROW_FORMAT=DYNAMIC or ROW_FORMAT=COMPRESSED may help. In current row format, BLOB prefix of 768 bytes is stored inline.
Just letting you know, not exactly sure what goes wrong here.

Proposed resolution

Remaining tasks

User interface changes

N/A.

API changes

N/A.

Data model changes

N/A.

Comments

Gnanasampandan Velmurgan’s picture

Issue summary: View changes
cilefen’s picture

Priority: Major » Normal
Status: Active » Postponed (maintainer needs more info)
Issue tags: +Needs steps to reproduce

Would you please add a few words about how you conducted the migration?

Gnanasampandan Velmurgan’s picture

Issue summary: View changes
Gnanasampandan Velmurgan’s picture

Issue summary: View changes
Gnanasampandan Velmurgan’s picture

Status: Postponed (maintainer needs more info) » Active
cilefen’s picture

Project: Drupal core » Content Import
Version: 8.7.6 » 8.x-4.x-dev
Component: field system » Code
Issue tags: -Needs steps to reproduce

Thank you for updating the issue summary. Let's move this to the correct module.