|
|
|
|
@ -17,6 +17,7 @@ class ProductCSVDescriptors { |
|
|
|
|
runGoodCashGames, |
|
|
|
|
runGoodTournaments, |
|
|
|
|
pokerAnalyticsiOS, |
|
|
|
|
pokerAnalytics6iOS, |
|
|
|
|
pokerAnalyticsAndroid, |
|
|
|
|
pokerAnalyticsAndroidTransactions |
|
|
|
|
) |
|
|
|
|
@ -190,6 +191,39 @@ class ProductCSVDescriptors { |
|
|
|
|
) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
private val pokerAnalytics6iOS: SessionCSVDescriptor |
|
|
|
|
get() { |
|
|
|
|
return SessionCSVDescriptor( |
|
|
|
|
DataSource.POKER_ANALYTICS, |
|
|
|
|
true, |
|
|
|
|
SessionField.Start("Start Date", dateFormat = "MM/dd/yy HH:mm:ss"), |
|
|
|
|
SessionField.End("End Date", dateFormat = "MM/dd/yy HH:mm:ss"), |
|
|
|
|
SessionField.Break("Break", Calendar.SECOND), |
|
|
|
|
SessionField.SessionType("Type"), |
|
|
|
|
SessionField.Live("Live"), |
|
|
|
|
SessionField.NumberOfTables("Tables"), |
|
|
|
|
SessionField.Buyin("Buyin"), |
|
|
|
|
SessionField.CashedOut("Cashed Out"), |
|
|
|
|
SessionField.NetResult("Online Net"), |
|
|
|
|
SessionField.Tips("Tips"), |
|
|
|
|
SessionField.LimitType("Limit"), |
|
|
|
|
SessionField.Game("Game"), |
|
|
|
|
SessionField.TableSize("Table Size"), |
|
|
|
|
SessionField.Location("Location"), |
|
|
|
|
SessionField.Bankroll("Bankroll"), |
|
|
|
|
SessionField.CurrencyCode("Currency Code"), |
|
|
|
|
SessionField.CurrencyRate("Currency Rate"), |
|
|
|
|
SessionField.Blinds("Blinds"), |
|
|
|
|
SessionField.Ante("Ante"), |
|
|
|
|
SessionField.TournamentTypeName("Tournament Type"), |
|
|
|
|
SessionField.TournamentEntryFee("Entry fee"), |
|
|
|
|
SessionField.TournamentNumberOfPlayers("Number of players"), |
|
|
|
|
SessionField.TournamentPrizePool("Prize Pool"), |
|
|
|
|
SessionField.TournamentPosition("Position"), |
|
|
|
|
SessionField.Comment("Comment") |
|
|
|
|
) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
val pokerAnalyticsAndroidTransactions: TransactionCSVDescriptor |
|
|
|
|
get() { |
|
|
|
|
return TransactionCSVDescriptor( |
|
|
|
|
|