Title: Text formatting
Last modified: August 30, 2016

---

# Text formatting

 *  Resolved [jekazaa](https://wordpress.org/support/users/jekazaa/)
 * (@jekazaa)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/text-formatting-12/)
 * Hi,
 * I have a question.
 * I get a CSV file without any HTML tags. The CSV file contains a row with the 
   following text:
 * **“\* Teilnehmer: Twin LNB für 2 Teilnehmer (für den Betrieb ohne Multischalter)\*
   Durchmesser: 45 cm Parabolantenne \* Material: Aluminium \* Farbe: Grau”**
 * An asterisk means enumeration (
 * ).
    However, the text should look like this:
 *     ```
       <ul>
       <li>Teilnehmer: Twin LNB für 2 Teilnehmer (für den Betrieb ohne Multischalter)</li>
       <li>Durchmesser: 45 cm Parabolantenne</li>
       <li>Material: Aluminium</li>
       <li>Farbe: Grau</li>
       </ul>
       ```
   
 * How can I change with “WP All import” the text?
 * Best Regards,
    Jekazaa [https://wordpress.org/plugins/wp-all-import/](https://wordpress.org/plugins/wp-all-import/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [WP All Import](https://wordpress.org/support/users/wpallimport/)
 * (@wpallimport)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/text-formatting-12/#post-6534799)
 * Your post here appears to contain HTML that is breaking this page – please submit
   a support request and include a copy of your import file: wpallimport.com/support
 *  [yehudaT](https://wordpress.org/support/users/yehudat/)
 * (@yehudat)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/text-formatting-12/#post-6534866)
 * Use xml to import and wherever you need html use cdata like so:
 *     ```
       <Long_Description>
       <![CDATA[<p style="direction: rtl;">html code</p>]]>
       </Long_Description>
       ```
   
 * That works for me.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Text formatting’ is closed to new replies.

 * ![](https://ps.w.org/wp-all-import/assets/icon-256x256.png?rev=2570179)
 * [WP All Import – Drag & Drop Import for CSV, XML, Excel & Google Sheets](https://wordpress.org/plugins/wp-all-import/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-all-import/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-all-import/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-all-import/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-all-import/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-all-import/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [yehudaT](https://wordpress.org/support/users/yehudat/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/text-formatting-12/#post-6534866)
 * Status: resolved