Importing Full Tilt Excel Tourney Results
Posted: Sat Nov 15, 2008 3:01 pm
Full Tilt sent me an Excel spreadsheet with tournament results, which I saved as a csv file. There's one row per tournament. The fields (columns) they give you are:
Tournament ID
Tournament Name
Tournament Start *
Tournament End *
Description
Buy-In
Buy-In Date/Time *
Addons
Rebuys
Eliminated *
Position
Payout Amount
Total Bounty
* date fields in dd-MMM-yyyy hh:mm format
I'm a perl programmer so I can reformat this data pretty easily to something that can be automatically imported by PT3. Is there a canonical tournament results format you can handle?
If not, then for each tournament I can write out something that looks like their summary .txt files, but I'll be missing some data: Buy-In Chips, number of entries, total prize pool, and results and payouts of other players. Is PT3's tournament summary importer robust enough to handle missing data? I'm willing to give this a shot but I don't want to hose my db.
Any suggestions?
Tournament ID
Tournament Name
Tournament Start *
Tournament End *
Description
Buy-In
Buy-In Date/Time *
Addons
Rebuys
Eliminated *
Position
Payout Amount
Total Bounty
* date fields in dd-MMM-yyyy hh:mm format
I'm a perl programmer so I can reformat this data pretty easily to something that can be automatically imported by PT3. Is there a canonical tournament results format you can handle?
If not, then for each tournament I can write out something that looks like their summary .txt files, but I'll be missing some data: Buy-In Chips, number of entries, total prize pool, and results and payouts of other players. Is PT3's tournament summary importer robust enough to handle missing data? I'm willing to give this a shot but I don't want to hose my db.
Any suggestions?