I have been struggling with this. Discovered that a custom field I was importing had Organization names with commas. This apparently was preventing the plugin from importing those records even though within the CSV those fields are encapsulated with quotes.
It appears the plugin import logic needs to be updated to be able to intelligently handle such scenarios… Otherwise, we have to manually clean the data… not fun…