Importing WYSIWYG Fields

Hello! I’m running Version 7.12.8 and I’ve been trying to import records via CSV for a WYSIWYG field, however, the importer seems to strip all the HTML tags out when I do so.

I can guess this is a security feature, but it’s hindering me here-- is there any way to do this import without having to manually construct SQL?

Without SQL, and without PHP, your best route is still direct import into the database.

If you use phpMyAdmin or a similar tool you can import from CSV, just be careful to ensure you’re importing valid data.

1 Like

I forgot about PHPMyAdmin-- it would make this kind of thing simpler, I think. Thanks!

That’s interesting! So, we have a description field in the module and we were trying to import records using CSV filed.

The import got successful, but the description fields for all the imported records are empty.

Is anyone able to enter data in WYSIWYG field using SuiteCRM import functionality?

Hi @rsp

yes, it worked just fine here.

Thank you! I was able to import the QYSIWYG filed using import functionality.