Title: CSV Exporting weird
Last modified: April 24, 2017

---

# CSV Exporting weird

 *  Resolved [cribblets](https://wordpress.org/support/users/cribblets/)
 * (@cribblets)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/csv-exporting-weird/)
 * Hi there,
 * when I export to CSV, it does not properly show up. The entries are all in one
   column.
 * ![](https://i0.wp.com/www.bfwd.com/staging/wp-content/uploads/2017/04/Screen-
   Shot-2017-04-24-at-12.25.45-PM.png)

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

 *  Thread Starter [cribblets](https://wordpress.org/support/users/cribblets/)
 * (@cribblets)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/csv-exporting-weird/#post-9062246)
 * Never mind. I just realized that you can import with different delimiters. Please
   disregard, thanks!
 *  Plugin Author [Arshid](https://wordpress.org/support/users/arshidkv12/)
 * (@arshidkv12)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/csv-exporting-weird/#post-9062263)
 * Please provide details about CSV client, excel or liberoffice ?
 * Please go to wp-content > plugins > contact-form-cfdb7 folder by FTP or file 
   manager. Then open export-csv.php file and replace 54th line with following code.
 *  `fputcsv( $df, $row, ';', ' ');`
 * Then check it. If it is not working, then use following code.
 *  fputcsv( $df, $row);
 *  Plugin Author [Arshid](https://wordpress.org/support/users/arshidkv12/)
 * (@arshidkv12)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/csv-exporting-weird/#post-9062314)
 * Please feel free to PM.
 *  [damianevansbass](https://wordpress.org/support/users/damianevansbass/)
 * (@damianevansbass)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/csv-exporting-weird/#post-9062606)
 * Hi, same problem. It caused an issue because I do some automation with these 
   exported csv files. It seems to have changed in a latest update?
 * Anyway, I did as you suggested above, and that worked for the first line but 
   not the second line. That is, the field names are in separate columns, but the
   second row, containing the data from the webform, is still in one column, and
   separated by ‘;”s not ‘,’.
 * Thanks,
    Damian
 *  Plugin Author [Arshid](https://wordpress.org/support/users/arshidkv12/)
 * (@arshidkv12)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/csv-exporting-weird/#post-9063480)
 * Please try with following code.
    `fputcsv( $df, $row, ';', );`

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

The topic ‘CSV Exporting weird’ is closed to new replies.

 * ![](https://ps.w.org/contact-form-cfdb7/assets/icon-256x256.png?rev=1619878)
 * [Database Addon for Contact Form 7 - CFDB7](https://wordpress.org/plugins/contact-form-cfdb7/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contact-form-cfdb7/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contact-form-cfdb7/)
 * [Active Topics](https://wordpress.org/support/plugin/contact-form-cfdb7/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contact-form-cfdb7/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contact-form-cfdb7/reviews/)

 * 5 replies
 * 3 participants
 * Last reply from: [Arshid](https://wordpress.org/support/users/arshidkv12/)
 * Last activity: [9 years, 1 month ago](https://wordpress.org/support/topic/csv-exporting-weird/#post-9063480)
 * Status: resolved