WP All Import

Improved logs
currently if you import a large file and set, do not create new posts, there is no easy way to find the import lines that where skipped, looking in the log, you only get the below - <div class='progress-msg'>[09:28:09] <b>SKIPPED</b>: The option 'Create new posts from records newly present in this import file' is disabled in your import settings.</div> <div class='progress-msg'>[09:28:12] ---</div> <div class='progress-msg'>[09:28:12] Record #61</div> <div class='progress-msg'>[09:28:12] <b>ACTION</b>: pmxi_before_post_import ...</div> <div class='progress-msg'>[09:28:12] <b>WARNING</b>: title is empty.</div> <div class='progress-msg'>[09:28:12] Combine all data for post ``...</div> <div class='progress-msg'>[09:28:12] Find corresponding article among database for post ``...</div> <div class='progress-msg'>[09:28:12] Duplicate post wasn't found for post ``...</div> <div class='progress-msg'>[09:28:12] Applying filter pmxi_article_data for ``</div> <div class='progress-msg'>[09:28:12] <b>SKIPPED</b>: The option 'Create new posts from records newly present in this import file' is disabled in your import settings.</div> <div class='progress-msg'>[09:28:12] ---</div> which means i need to search through 1000's of lines for skipped, then go back to the source file to find all the corresponding record lines eg Record #61 a seperate log of skipped iteams would be an improvement, and ideally with the data it was using to match eg if you set, sku in the import file for the match, eg <div class='progress-msg'>[09:28:09] <b>SKIPPED</b>: The option 'Create new posts from records newly present in this import file' is disabled in your import settings.</div> <div class='progress-msg'>[09:28:12] ---</div> <div class='progress-msg'>[09:28:12] Record #61</div> <div class='progress-msg'>[09:28:12] ID xxxxxxx</div>
0
Load More