Hi,
WP Csv Importer is able to check duplicates on existing records.
You can use post_title, post_ID and post_slug to check the duplicates and you can skip the posts based on it. So please use post_ID or post_slug to check and skip the duplicates for your needs.
[ Signature moderated ]
Thanks
Im doing that now by adding a unique ID to the slug, which is the persons name so it reads 123-john-doe instead of letting WP handle the slug, which would be cleaner.
The excerpt is an option on the page and I did prefer to use that but if it doesnt work then I’ll just have to mess with the slug/url instead.
Thanks.
as a side question, is there any documentation on importing characters? I’ve been having fails on 1 import that contains the ’ character, fails every time. If I remove it, it works fine. For reference Im including my values in double quotes i.e.
“This doesnt work due to this ’ character”
“This does work as I didnt include it this time”
This, ‘, works fine, which I’ve replaced the other one with.
edit, both those characters look the same in this font but if you copy paste into another font the difference is more clear.
-
This reply was modified 8 years, 10 months ago by
webfeat. Reason: added a note
Hi,
Currently we do not have option to skip duplicates using post_excerpt, but we will report our development team to add in their future development pipeline.
WordPress CSV Importer plugin recognizes only the UTF-8 encoded characters. You can check on the UTF-8 encode with CSV Lint. Any chance if you are using Excel, we recommend you to use Google Sheets. Excel will miss some characters to be encoded to proper UTF-8.
[ Signature moderated ]