Results 1 to 4 of 4

Thread: Importing Data - Programmers Which Is Better?

  1. #1
    You do realize by 'gay' I mean a man who has sex with other men?
    Join Date
    Oct 2003
    Location
    New Orleans, Louisiana.
    Posts
    21,635

    Importing Data - Programmers Which Is Better?

    I was wondering if it would be better (or no difference at all) using a .csv or .xls format to import data in to a MySQL database?

    Do any of the programmers we have on GWW know if one method is better than the other, or if its just personal preference?

    Regards,

    Lee


  2. #2
    virgin by request ;) Chilihost's Avatar
    Join Date
    Oct 2003
    Posts
    4,496
    importing data is done so rarely, usually once when you set up the database....so I don't think it really matters.


  3. #3
    On the other hand.... You have different fingers
    Join Date
    Feb 2004
    Location
    San Francisco
    Posts
    3,548
    Really shouldn't matter at all. If you're going to be doing a bunch of data importation and manipulation with MySQL, check out Premiumsoft Navicat (www.navicat.com). It is hands down the BEST tool to create, manipulate, import, and modify MySQL databases. I'm not a programmer, and I've used Navicat a bunch of times to import and export data to and from MySQL databases. Comparing Navicat to PHPMyAdmin is like comparing a Rolls Royce to a bicycle.

    I think they have a 30 day trial which is fully functional, so you might want to check it out.


  4. #4
    I'm a farmhand on your dad's rooster ranch. haganxy's Avatar
    Join Date
    Dec 2004
    Location
    Seattle, WA
    Posts
    379
    assuming your mySQL database is going to be on a UNIX/Linux type system, i suggest exporting your data into "tab delimited" text format.

    UNIX/Linux systems can't read .xls that easily, the programmer would probably export it into a text file anyhow.

    .csv would work, but depending on what kind of data you have, i've had troubles with data such as: "Houston, TX" or "Mr. John Doe, Jr."
    hagan - IT nerd
    PrideBucks.com
    ICQ: 49962103


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •