• Hello, is there a way for me to export to a csv or something of the sort, the predictions of all the players? Also could I export all the results per player? (The accumulates points at least) Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author AntoineH

    (@antoineh)

    The predictions are stored in the database. If you have access to phpMyAdmin or a similar tool, then you can export the table to csv. The column names are user_id, match_id, home_score, away_score and has_joker. If you would like the actual information about the user and/or the match, you would need to join with the corresponding tables. I can help you with the SQL.

    Thread Starter davidvz998

    (@davidvz998)

    Thank you very much! I think I’ll take it from here.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Export Player Predictions/Results to CSV?’ is closed to new replies.