razaqq / PotatoAlert

A statistics companion app for World Of Warships
MIT License
36 stars 5 forks source link

add option to save match as csv #17

Closed razaqq closed 4 years ago

atradior commented 4 years ago

Have an option for csv logging active / inactive Create or append to either roaming/potatoalert/games.log or in the replay-folder games.csv Upon getting the match data of a new match write as text date,map,team-wr,team_damage,player_name1,ship_player1,matches_player1,winrate_player1,....damageship_player1, playername_2, [...], enemy_wr,enemy_damage,enemy_name1,enemy_ship1,.....damage_ship_enemy_last

dateformat fixed or system not sure if names need to be escaped in '' For players/enemies without stats probably "n/a" or none

razaqq commented 4 years ago

implemented in the upcoming 3.0.0 rework however match is saved as raw json, user has to parse it himself to use the data