In your import process 84 records means there is 84 lines in your csv file not 84 products!
I guess you're using just one sku for all of your products and that's why you have just one imported product. It's good to know that
magento uses sku
as ID
to identify products, so you need to assign an unique sku to every single product.
Update:
To insert new products by CSV Import check this columns in your csv file.
Required Product Attributes for New Products (written as they should appear in the CSV file column):
Stock Keeping Unit - a unique value to identify the product. No two items can share the same SKU in Pixafy.
Unless you have already set up Attribute Sets, set this to "Default"
What type of product is this? Your options are: simple, configurable, virtual, and downloadable. Grouped or bundle products can not be imported at this time and must be created in the Control Panel.
The product's name- such as "Magic Wand". This should not be longer than 60 characters
The long description with detailed information regarding the product.
The shorter description that appears to the right of the Product Image on the Product page
The amount you are charging your customers for this product before sales or discounts.
Is the product Enabled or Disabled? Enabled is 1, Disabled, 2
How will the customer be able to view this item?
Visible in Catalog and Search = 4
Visible in Catalog =2
Visible in Search = 3
Not visible individually = 1
Tax Class ID as set up under Set Up > Tax > Product Tax Classes. By default, Taxable Goods are 2
Enter a numerical value for the weight of this product. This will be used by any calculated shipping methods.
At this time, your only option is base
Update 2:
To learn how to add product images to your csv file, read this post:
Update Magento products with multiple images