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!