Title: vice07's Replies | WordPress.org

---

# vice07

  [  ](https://wordpress.org/support/users/vice07/)

 *   [Profile](https://wordpress.org/support/users/vice07/)
 *   [Topics Started](https://wordpress.org/support/users/vice07/topics/)
 *   [Replies Created](https://wordpress.org/support/users/vice07/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/vice07/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/vice07/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/vice07/engagements/)
 *   [Favorites](https://wordpress.org/support/users/vice07/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form DB] Export CSV broke by new line in field](https://wordpress.org/support/topic/export-csv-broke-by-new-line-in-field/)
 *  Thread Starter [vice07](https://wordpress.org/support/users/vice07/)
 * (@vice07)
 * [12 years ago](https://wordpress.org/support/topic/export-csv-broke-by-new-line-in-field/#post-4974365)
 * On ExportToCsvUtf16le.php
 *     ```
       // Excel does not like \n characters in UTF-16LE, so we replace with a space
               $text = str_replace("\n", ' ', $text);
       ```
   
 * THIS needs to be done in ExportToCsvUtf8.php too, but the code is different and
   i don’t know where to change… Any help now?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form DB] Export CSV broke by new line in field](https://wordpress.org/support/topic/export-csv-broke-by-new-line-in-field/)
 *  Thread Starter [vice07](https://wordpress.org/support/users/vice07/)
 * (@vice07)
 * [12 years ago](https://wordpress.org/support/topic/export-csv-broke-by-new-line-in-field/#post-4974363)
 * [http://wordpress.org/support/topic/plugin-contact-form-7-to-database-extension-export-is-broken-because-of-line-breaks-in-textarea?replies=1](http://wordpress.org/support/topic/plugin-contact-form-7-to-database-extension-export-is-broken-because-of-line-breaks-in-textarea?replies=1)
 * It seems that this is a 2 years ago problem not solved yet… and nobody cares 
   🙁
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form DB] Export CSV broke by new line in field](https://wordpress.org/support/topic/export-csv-broke-by-new-line-in-field/)
 *  Thread Starter [vice07](https://wordpress.org/support/users/vice07/)
 * (@vice07)
 * [12 years ago](https://wordpress.org/support/topic/export-csv-broke-by-new-line-in-field/#post-4974344)
 * Steps 1-4 are correct.
 * Step 5 – My Excel shows the line breaks. I even tryied Text to Columns tool, 
   but where he meets the line breaks the Excel breaks 🙁
 * Is there a way to attach / send you my CSV file?
 * Or is there a way to remove line breaks on form submit?
 * I also noticed that wp_cf7dbplugin_submits table doesn’t have edit / delete options
   on PHPMyAdmin like other tables…

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