|
|
|
|
@ -62,6 +62,32 @@ class ProductCSVDescriptors { |
|
|
|
|
SessionField.TableSize("tablesize") |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
val iOSPokerAnalytics: CSVDescriptor = SessionCSVDescriptor( |
|
|
|
|
DataSource.POKER_ANALYTICS, |
|
|
|
|
true, |
|
|
|
|
SessionField.Start("Start date", dateFormat = "MM/dd/yy HH:mm"), |
|
|
|
|
SessionField.End("End date", dateFormat = "MM/dd/yy HH:mm"), |
|
|
|
|
SessionField.SessionType("Type"), |
|
|
|
|
SessionField.Stakes("Stakes"), |
|
|
|
|
SessionField.Game("Game"), |
|
|
|
|
SessionField.Live("Live/Room"), |
|
|
|
|
SessionField.Location("Location"), |
|
|
|
|
SessionField.NumberOfTables("Number of tables"), |
|
|
|
|
SessionField.TableSize("Table size"), |
|
|
|
|
SessionField.Bankroll("Bankroll"), |
|
|
|
|
SessionField.CurrencyCode("Currency"), |
|
|
|
|
SessionField.CurrencyRate("Rate"), |
|
|
|
|
SessionField.Comment("Comment"), |
|
|
|
|
SessionField.Buyin("Buy-in"), |
|
|
|
|
SessionField.CashedOut("Net result"), |
|
|
|
|
|
|
|
|
|
SessionField.Break("breakminutes"), |
|
|
|
|
SessionField.LimitType("limit"), |
|
|
|
|
SessionField.Tips("expensesfromstack"), |
|
|
|
|
SessionField.TournamentNumberOfPlayers("player"), |
|
|
|
|
SessionField.TournamentPosition("place") |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
val runGoodTournaments: CSVDescriptor = SessionCSVDescriptor( |
|
|
|
|
DataSource.RUNGOOD, |
|
|
|
|
true, |
|
|
|
|
|