CSV Exporting
Administrators can export selected data in CSV format from the admin panel. This CSV can be useful for analyzing data or for importing data into other tools or softwares such as Google Sheets.
caution
CSV data exported from the platform is not intended to be directly loaded back in via CSV importing. While some imports might be compatible, for most cases the CSV downloads have a different format than what's required for importing.
Supported Data​
The following types of data can be exported:-
Type | Data Columns |
---|---|
Category | id , name , slug |
Flags | id , challenge , challengeID , flag , points |
Notices | id , title , content , isPinned , timestampCreated , timestampLastUpdated |
Scoreboard | rank , contestant , contestantID , points , grade , lastSubmission , firstBlood , secondBlood , thirdBlood |
Solves | id , contestant , contestantID , isTeam , submittedBy , challenge , challengeID , points , difficulty , category , timestamp , ipAddress |
Solves | id , contestant , contestantID , challenge , challengeID , value , isAccepted , timestamp , submittedBy , ipAddress , underReview |
Teams | id , name , username , captain , members |
Users | id , name , username , email , team , role , dateJoined , lastSeen , |