Documentation

CSV Exports

Explanation of the data and how it is represented for each field. All fields must be enclosed in double quotes.


buy_in (integer)

Total amount you bought in for this session (This includes initial buy in and any rebuys/addons).

cash_out (integer)

Total amount you ended the session with.

start_time (string)

The time you began your session. This value is a datetime. format:  YYYY-MM-DD HH:MM

Examples:

  1. 2018-03-04 15:17
  2. 2017-12-24 09:12

end_time (string)

The time you ended your session. This will be blank for active sessions. This value is a datetime. format:  YYYY-MM-DD HH:MM

Examples:

  1. 2018-03-04 15:17
  2. 2017-12-24 09:12

location (string)

The physical location this session occurred.

Example:

  1. Hard Rock Hollywood
  2. Harrah’s New Orleans
  3. Rio Las Vegas

game (string)

The variation of poker that was played in this session and the betting structure. Note: Users can enter whatever they want as games but this field is intended to be a combination of Betting Structure and Game (e.g. No Limit Hold’em, Pot Limit Omaha, PLO8, H.O.R.S.E, etc.)

Example:

  1. No Limit Hold’em
  2. Pot Limit Omaha
  3. Limit Razz
  4. Mixed Limit H.O.R.S.E.

game_format (string)

Additional information for differentiating game structure. All entries HAVE to be some version of cash game or tournament.

Examples:

  1. 6-max Cash Game
  2. Heads-Up Tournament
  3. Satellite Tournament
  4. Full-Ring Cash Game

blinds (string)

The blind structure for cash games. For tournament entries this field will be blank. This can include (in order) small blind, big blind, straddle, ante, bring-in, as well as games that are $/point structures (Open-faced Chinese). Each of these 6 blinds must be in this field and in the correct order, separated by a carrot (^).

Examples:

  1. $1 small blind, $2 big blind: 1^2^0^0^0^0
  2. $2 small blind, $5 big blind, $10 straddle: 2^5^10^0^0^0
  3. $10/per point: 0^0^0^0^0^10

breaks (string)

This field list all breaks as {start time (datetime)|end time (datetime)} or blank if no breaks were taken.

Example: {YYYY-MM-DD HH:MM | YYYY-MM-DD HH:MM} {YYYY-MM-DD HH:MM | YYYY-MM-DD HH:MM}

entrants (integer)

The number of players that entered the tournament. For cash game sessions this will be 0 (zero).

placed (integer)

The place you finished in the tournament. For cash game sessions this will be 0 (zero).

state (0 or 1)

Was this session active or finished when the CSV export was performed.

note (string)

Any notes you took on the session. Will be blank if no notes were taken.

filtered (0 or 1)

Was this session filtered when the CSV export was performed.