Upload CSV Product Data

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
mobymom
Ensign (ENS)
Ensign (ENS)
Posts: 9
Joined: Sat Oct 27, 2007 5:56 am

Upload CSV Product Data

Post by mobymom » Thu Nov 15, 2007 5:28 pm

I'm trying to upload some CSV product data into my AbleCommerce store. Every time I go to do the import, it tells me there is no data to import.

I've pared down the dump file to the minimum requirements. Here's a sample of the data I'm trying to upload:

Code: Select all

Name,Price,Weight,Sku,InStock
"GERI-HI TABS 60'S",14.5,0.59,810702000105,72
"GERI-HI TABS 120'S",25.95,0.91,810702000112,420
"MEGA HI TABS 60'S",20.95,0.59,810702000198,3315
"BONE HEALTH COMPLETE CAPS 120'S",20.95,0.5,810702000297,151
Now dataport does map the column names to the proper AC 7 column names but it never imports any data. Help! :)

Post Reply