Please use post_type column.
I dont get it to the specific Custom Post Type. It always Imports the Data to normal Post Section.
I find in an examples no notice regardin my problem
You can find post_type column in the example files. You should change the value of post_type to your post type handle. That’s all.
Actually, I am having the same problem. I have entered the post type handle (‘program’ in this case) in the post_type column, but the entries come in as regular posts with ‘program’ as a new category. Have either of you found a solution to this problem?
Just to make sure I’m looking in the right place, you do mean the name I gave my custom post type in register_post_type(), correct?
No. With this example in Codex, the post type handle is ‘book’, not ‘Books’.
https://codex.ww.wp.xz.cn/Function_Reference/register_post_type#Example
Right, that corresponds to what I am using. Any idea why it doesn’t work?
I can’t find why. Could you share your csv?
I sure can! Is there an email where I can send it?
you can use pastebin or similar services
Hm, this looks like a difficult way of looking at the file, but whatever works for you! I hope I’m using the service correctly. Thanks in advance for your help.
http://pastebin.com/ScvkjJHr
1. Please do not use line break in first row. You also can not use line break to custom field key.
2. Please quote all text columns. If you are using MS Excel, I recommend to switch to LibreOffice.
Thanks! I am using LibreOffice, but my colleagues who created the file did so in excel. Perhaps that’s what caused the issue (or at least hid it from view). Many thanks for your help.