Create an export.dart file that contains a function which, given an array of ParticipantInfos, outputs a CSV file in the attached format.
The ParticipantInfos array will come from the Participants provider, and you may conceptualize it in the following manner:
[ [1, ID, ID, Time, Time, ..., Type], [2, ID, ID, Time, Time, ..., Type], [3, ID, ID, Time, Time, ..., Type] ]
MAPPING_Bubbles_DEFAULTMMDDYYYY.csv
Create an export.dart file that contains a function which, given an array of ParticipantInfos, outputs a CSV file in the attached format.
The ParticipantInfos array will come from the Participants provider, and you may conceptualize it in the following manner:
[ [1, ID, ID, Time, Time, ..., Type], [2, ID, ID, Time, Time, ..., Type], [3, ID, ID, Time, Time, ..., Type] ]
MAPPING_Bubbles_DEFAULTMMDDYYYY.csv