Skip to main content

Products

Update the CSV import logic for the description and summary fields to conditionally insert tags based on whether the imported content contains HTML.

Scope:
Applies only to the description and summary fields during content import.

Requirements:

During import of descriptionand summary:

If the content contains HTML tags:

Do NOT convert line breaks (n) into tags.

If the content does NOT contain any HTML tags:

Convert line breaks (n) into tags as currently implemented.

Definition of "contains HTML":

A simple check for the presence of HTML tags (e.g., , , , , etc.) is sufficient.