Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2007
    Location
    UK
    Posts
    47
    Plugin Contributions
    0

    Default How to import catergories from a csv ???

    Hi,

    I have an csv of the catergories I need for my shop which looks like this:
    categories_id,parent_id,name
    "17","0","Toys"
    "18","6","Stationery" etc...

    How can I import these into the database? Or how would I go about writing an sql statement to do so?

    I need the categories to keep the id's in the csv as I am using them for easy populate for the product csv.

    Any help appreciated!

  2. #2
    Join Date
    Aug 2007
    Location
    UK
    Posts
    47
    Plugin Contributions
    0

    Default Re: How to import catergories from a csv ???

    Decided to do it the long way & import manually.

  3. #3
    Join Date
    May 2005
    Location
    Cheshire, UK
    Posts
    542
    Plugin Contributions
    3

    Default Re: How to import catergories from a csv ???

    For future reference:

    INSERT INTO `categories` (`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `categories_status`) VALUES
    (17, NULL, 0, 0, '2010-04-15 22:34:34', NULL, 0),
    (18, NULL, 6, 0, '2010-04-15 22:34:36', NULL, 0),

    INSERT INTO `categories_description` (`categories_id`, `language_id`, `categories_name`, `categories_description`) VALUES
    (17, 1, 'Toys', ''),
    (18, 1, 'Stationary', ''),

 

 

Similar Threads

  1. Import Customers From CSV Via MySql?
    By suntower in forum Managing Customers and Orders
    Replies: 6
    Last Post: 15 Jun 2011, 06:54 AM
  2. Import Users from CSV file
    By jupitergardens in forum Managing Customers and Orders
    Replies: 0
    Last Post: 10 Jul 2010, 08:10 AM
  3. Can I import from CSV?
    By jberry610 in forum Setting Up Categories, Products, Attributes
    Replies: 6
    Last Post: 5 Sep 2009, 06:16 AM
  4. Trying to import UPCs from MS Access .csv file...
    By litepockets in forum General Questions
    Replies: 1
    Last Post: 18 Jul 2008, 08:37 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR