Solution:
Below is the solution for this issue.
Root Cause
The property configured as a Rich Text Editor field is currently limited to 256 characters by default. Since the raw data contains a significantly larger amount of content, the field is truncating the data and not storing the complete value. This is causing the discrepancy that we are seeing.
Resolution
Increase the length of the property to accommodate the expected data size (for example, 50,000 characters or higher, based on business requirements). Once the column size is updated, upload the image/content again and verify the results.
Steps to Update the Column Length
- Navigate to Configure → System → Database → Schema Tools.
- Select the appropriate Database.
- Choose the relevant Table and Column.
- Update the Column Length to the desired value (e.g., 50,000 or more).
- Save the changes and perform the upload again.
After increasing the column length, the Rich Text Editor field should be able to store the complete content without truncation, resolving the issue.
Thank you!!!
