Then, it seems that only 14 products were imported.
But since you say that the import message talked about 23 products there are two explanations I can see:
1. In your CSV, you have several times the same product_id or product_code and thus the system consider all the lines with the same product_code/product_id as the same ones even though it was successful at parsing and importing 23 lines of your CSV.
2. In your CSV, you have variants and not only products and they don't have valid data and thus were not linked to the products properly and thus cannot be displayed on the listing as variants are not linked to categories and they can only be displayed on the listing if they are linked to a product which himself is linked to a category.
So in conclusion, there is probably an issue with your CSV.