in

dashCommerce

An ASP.NET Open Source e-Commerce Application

Importing product

Last post 05-20-2009 4:51 PM by endeavourco. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 05-20-2009 4:24 AM

    Importing product

    I know this has been covered. But I have one company that has about 25K in product and not really something I can add by hand. And the DB is no help, there are multiple ways to export data from the db but no importing feature as far as i can tell. anybody have any ideas for an import feature for this?
  • 05-20-2009 7:55 AM In reply to

    • bibber
    • Top 25 Contributor
    • Joined on 03-12-2008
    • Ottawa
    • Posts 45

    Re: Importing product

    endeavourco,

    Somwhere in my set of posts, I mentioned how I got and maintain daily my products from an external data source. In my case I need to FTP a new csv file every morning for input to my db. I used a bulk import into a temp table and then designed a stored proc that is then exectuted to insert/update product details into my db.

    I also think I listed the order of the inputs....

    I hope this helps...

    da bibber
    www.compactmusic.ca

  • 05-20-2009 4:51 PM In reply to

    Re: Importing product

    well If I could figure out why in the world Visual Studio doesn't like the site, and stops taking 5 minutes to allow me to edit the code, I might be able to make something like that work.
Page 1 of 1 (3 items)