Rolo,
I think your best bet is to do an export of your products after you have entered some manually through the admin.
This will give you the layout of the file. Maybe this will help you identify the problem.
You should be able to do an Export, then turn right around and Import that same file (without ever opening it!),
and it should import just fine. Do this, and let me know what the outcome it. If this file Uploads without
error, then you definitely have something wrong in your posted file.
Also, better to work with just a couple lines at first until you get the hang of it.
Okay, I looked at your posted file again and I see you did include v_products_model. I usually keep them in order, but that's just me. Sorry. It does come up though!
However, I see that you have two empty columns. Don't know how EP 1.2.5.4 is going to react to that. You have no column heading for the column after v_products_quanty, and the
column after v_products_model.
ANOTHER potential problem is that you have "data" in the empty columns AFTER the EOREOR column. Yes, nothing there but spaces, but these spaces will break EP 1.2.5.4. Open your spreadsheet and hi-light a dozen or so columns AFTER your EOREOR column and delete them. Do the same thing at the bottom of your spreadsheet for any blank rows. This is more than
likely your issues.
The parser langer wrote uses EOREOR to mark the end-of-record,end-of-row. It's doesn't really respect the end of line or carriage return characters because these can be different on different
operating systems. But what happens is that next empty data after EOREOR becomes the first element for your column 1 entry. It shifts everything out of order and breaks the script.
Fix these two issues and post back the results.
-cj