Quote:
Originally Posted by eodgooch
How difficult would it be to put several years of development that I have for my online league into this database? It would be a waste to get rid of all that valuable information. I can write my own scripts to inject the data I was just wondering if this was taken into consideration at all.
Just to clarify this would be going from Getch's utility and csv files to this sql DB.
|
Getch's util contains all the data you'd need to put it in this SQL database. A script would have to be written to extract the data from getch's individual player development files and generate the SQL insert statements, then load that into the DB.