1. You are currently viewing a section that predates the release of FFXIV:ARR and the information you see here is most likely outdated and/or useless.
  1. FFXIV Reset Timers
    Last daily reset was 12 hours, 17 minutes ago / Next daily reset is in 11 hours, 42 minutes
    Last weekly reset was 5 days, 5 hours, 17 minutes ago / Next weekly reset is in 1 days, 4 hours, 42 minutes
Results 1 to 4 of 4
  1. #1
    NyK
    NyK is offline
    Smells like Onions
    Join Date
    Apr 2010
    Posts
    6
    BG Level
    0

    How to set up an automatically generated database from DAT files like YG/ZAM/etc.?

    All of these sites datamine the same way, because the URL of each item's page contains the same item#. I would like to do something similar, but I don't know the first thing about datamining. How do these sites pull this data and (seemingly) automatically upload it?

    Can anyone point me in the right direction? What program(s)/software do I need to get started?

    I have a lot of experience with websites/etc., but this is new to me. I can set up databases, I just need help getting these items datamined and automatically inserted into said database(s).

    Your help would be much appreciated.


  2. #2
    Salvage Bans
    Join Date
    Mar 2006
    Posts
    749
    BG Level
    5
    FFXI Server
    Asura

    1. First download this FFXIVTool from http://cosmosa.jp/ffxivtool/
    -> Just a DAT Parser

    2. Dump the data into CSV file format

    3. Parse the CSV file and put the data into your database of choice.

    The item number is the same because that is the actual id from FFXIV it seems.

  3. #3
    NyK
    NyK is offline
    Smells like Onions
    Join Date
    Apr 2010
    Posts
    6
    BG Level
    0

    Just a bump on this old thread...

    I have all of the data dumped into CSV file format, but how do I go about parsing it into my database? I can create databases via cPanel, but I am unsure how to go about converting the CSV file correctly. Is there a gold standard for doing so? I am researching, but if anyone can offer a clear solution/method that would really help. Do I need to do it directly through PHPMyAdmin?

    Thanks.

  4. #4
    Relic Weapons
    Join Date
    Aug 2008
    Posts
    325
    BG Level
    4

    if you know PHP and jquery you can try datatables