Title: Cannot upload CSV file
Last modified: August 21, 2016

---

# Cannot upload CSV file

 *  [jnnynkdcelebs](https://wordpress.org/support/users/jnnynkdcelebs/)
 * (@jnnynkdcelebs)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/cannot-upload-csv-file/)
 * Hey guys,
 * I downloaded your plugin and attempted to upload a CSV file but it is not working,
   I keep getting the message “Note: Please include post_type value if that is possible.
   An error occurred while saving the post to database.” for all 347 items.
 * Maybe the way my CSV file is setup is wrong? I am trying to update a CSV file
   with ONLY TAGS in it. I need to update a very large bulk of tags to the WordPress..
   that’s why I am doing this.
 * Please help thank you!
 * Jenny
 * [http://wordpress.org/plugins/really-simple-csv-importer/](http://wordpress.org/plugins/really-simple-csv-importer/)

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

 *  Plugin Author [Takuro Hishikawa](https://wordpress.org/support/users/hissy/)
 * (@hissy)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/cannot-upload-csv-file/#post-4290272)
 * Hi Jenny,
 * please tell me more about your csv file. which columns included? like this?
 *     ```
       "post_id","post_tags"
       1,"apple"
       2,"banana"
       ```
   
 *  [rpazos](https://wordpress.org/support/users/rpazos/)
 * (@rpazos)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/cannot-upload-csv-file/#post-4290542)
 * Hi, I have the same mistake. I can’t upload your examples neither. I don’t know
   how can I do?
 *  Plugin Author [Takuro Hishikawa](https://wordpress.org/support/users/hissy/)
 * (@hissy)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/cannot-upload-csv-file/#post-4290543)
 * Hi rpazos, could you tell me more about your csv file, or upload to somewhere?
 *  [leonard068](https://wordpress.org/support/users/leonard068/)
 * (@leonard068)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/cannot-upload-csv-file/#post-4290544)
 * Same problem, here are the first 3 lines of my csv:
    Line1: post_id,post_name,
   post_author,post_date,post_type,post_status,post_title,post_content,post_category,
   post_tags,custom_field
 * Line2: “”,”pollo-campero”,”admin”,”2014/1/16 0:00″,”post”,”publish”,”Pollo campero”,”
   <h2>Ingredientes:</h2>
    - 120 grs. de cebolla
 * “,”dieta”,”dietas, recetas de dieta”,”/wp-content/uploads/2014/01/tn0_313360die.
   JPG”
 * Line3: “”,”dip-rojo-no1″,”admin”,”2014/1/16 0:00″,”post”,”publish”,”Dip rojo 
   No.1″,”<h2>Ingredientes:</h2>
    - 1 taza de queso cottage
 * .”,”dieta”,”dietas, recetas de dieta”,”/wp-content/uploads/2014/01/tn0_312668f13201281010a.
   JPG”
 *  Plugin Author [Takuro Hishikawa](https://wordpress.org/support/users/hissy/)
 * (@hissy)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/cannot-upload-csv-file/#post-4290545)
 * Hi guys, please tell me more about your csv file and your environment.
 * 1. Which machine used to create csv file, Windows OR Mac/Linux
    2. Which server
   os are used to running WordPress, IIS(WIndows) OR Linux
 * Both OS has different line endings, and PHP might be not able to recognize different
   line ending.
 *  [Zebaba](https://wordpress.org/support/users/zebaba/)
 * (@zebaba)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/cannot-upload-csv-file/#post-4290546)
 * Hi. I had exactly the same problem. In the end I stopped using Libreoffice and
   used Excel instead. I also copied the sample file and just inserted my own data
   under the post_title post_content etc. headings. Then it worked fine. I hope 
   this helps.
 *  [megane9988](https://wordpress.org/support/users/megane9988/)
 * (@megane9988)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/cannot-upload-csv-file/#post-4290550)
 * Hi. I had exactly the same problem too. but I settled this error.
    You probably
   use separate tab in CSV file. Really Simple CSV Importer allow only Comma Separated
   Value. Please try it.
 *  [IlTimpa](https://wordpress.org/support/users/iltimpa/)
 * (@iltimpa)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/cannot-upload-csv-file/#post-4290559)
 * hi all, same problem. This is my test data
 * “post_title”,”post_category”,”post_type”,”post_status”,”body”
    “titlepost1″,”
   object1″,”namepost1″,”pubblicated”,”textpost1″
 * Thanks
 *  Plugin Author [Takuro Hishikawa](https://wordpress.org/support/users/hissy/)
 * (@hissy)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/cannot-upload-csv-file/#post-4290561)
 * How “same”? Please tell me more, and read advices from other guys!
 *  [IlTimpa](https://wordpress.org/support/users/iltimpa/)
 * (@iltimpa)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/cannot-upload-csv-file/#post-4290562)
 * I add, I’m using the Advance Custom Field” plugin and i need to import datas 
   in the custom fields too
 *  [IlTimpa](https://wordpress.org/support/users/iltimpa/)
 * (@iltimpa)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/cannot-upload-csv-file/#post-4290563)
 * this is the error
    Note: Please include post_type value if that is possible. 
   An error occurred while saving the post to database.
 *  [IlTimpa](https://wordpress.org/support/users/iltimpa/)
 * (@iltimpa)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/cannot-upload-csv-file/#post-4290564)
 * I’ve tryied using the custom_fields.csv file. If i upload this withou modify 
   it runs, but how can I use it with my custom fields?
 *  [IlTimpa](https://wordpress.org/support/users/iltimpa/)
 * (@iltimpa)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/cannot-upload-csv-file/#post-4290569)
 * Hi all, I’ve done a step in right direction. Now I now how your plugin works,
   but HOW can I export an excel file in the way that your plugin works? I mean,
   I can change the list separators, and I modify it form my standard ; to your 
   plugin preference ,. Now, how can I automatically close the rows with a “? excel
   does not export the cell with ” separator and I manually change the , with “,”…
   but I need to close the rows with ” autoatically within the save as opertion.
   I hope I explain wel my issue. Thanks in advance
 *  Plugin Author [Takuro Hishikawa](https://wordpress.org/support/users/hissy/)
 * (@hissy)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/cannot-upload-csv-file/#post-4290570)
 * I recommend to use LibreOffice instead of MS Excel.

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

The topic ‘Cannot upload CSV file’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/really-simple-csv-importer_c5cdac.
   svg)
 * [Really Simple CSV Importer](https://wordpress.org/plugins/really-simple-csv-importer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/really-simple-csv-importer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/really-simple-csv-importer/)
 * [Active Topics](https://wordpress.org/support/plugin/really-simple-csv-importer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/really-simple-csv-importer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/really-simple-csv-importer/reviews/)

## Tags

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

 * 14 replies
 * 7 participants
 * Last reply from: [Takuro Hishikawa](https://wordpress.org/support/users/hissy/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/cannot-upload-csv-file/#post-4290570)
 * Status: not resolved