Probably the column that you called post_excerpt is the post_content. Try that.
Thanks, that works. But i’ve got a few other problems.
I thought my import failed because of html. This is my original CSV
http://newmediabrains.socialmediamonteur.nl/wp-content/uploads/2015/12/cms_module_news-test.csv
I’ve got almost 300 post, but CSV importer only imports a few posts. Also the date of the post is strange. Some date’s are 2028 etc.
Created Post_ID – 0 – success , Inline_images_shortcodes – , Author – not found (assigned to Robin) , , , Datum – 2027-03-12 09:11:00 , , Toestand – publish , Verify Here – Web View | Admin View
I think i found the problem.
I’ve made an export in PHPMyAdmin. The export is in UTF8_General_CI. I’ve got strange signs in my export so i think CSV importer can’t import the content.
What do i have to change in PHPMyAdmin? Do i have to use an other UTF?
Kindly check the format of the CSV file. It should be in UTF-8 and refer the below blog. It will help you to check and change the format of CSV file.
https://www.smackcoders.com/blog/trouble-shoot-guide-for-wp-ultimate-csv-importer-issues.html
And your CSV file contains a date in yy-mm-dd format . Kindly change it to dd-mm-yyyy format.
Example:
27-03-12 -> 27-03-2012