Title: CSV isnt functioning correctly
Last modified: August 21, 2016

---

# CSV isnt functioning correctly

 *  Resolved [jpowers82](https://wordpress.org/support/users/jpowers82/)
 * (@jpowers82)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/csv-isnt-functioning-correctly/)
 * CSV is uploaded but it doesn’t break the code into rows and how do you tell it
   how cols it should have?
 * [http://wordpress.org/plugins/easy-table/](http://wordpress.org/plugins/easy-table/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [takien](https://wordpress.org/support/users/takien/)
 * (@takien)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/csv-isnt-functioning-correctly/#post-3978821)
 * It’s because default terminator is `\n`
    Whereas some application produce CSV
   new line with `\r` To fix it, please change terminator to `\r`
 * Via inline parameter
    `[table terminator="\r" file="yourfile.csv"][/table]`
 * or via Plugin option page (affected to all tables)
 * Let me know if your problem resolved.

Viewing 1 replies (of 1 total)

The topic ‘CSV isnt functioning correctly’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/easy-table_aeb393.svg)
 * [Easy Table](https://wordpress.org/plugins/easy-table/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easy-table/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easy-table/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-table/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-table/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-table/reviews/)

## Tags

 * [csv](https://wordpress.org/support/topic-tag/csv/)

 * 1 reply
 * 2 participants
 * Last reply from: [takien](https://wordpress.org/support/users/takien/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/csv-isnt-functioning-correctly/#post-3978821)
 * Status: resolved