bartneck / swiML

A project to formalise swimming programs using XML
MIT License
2 stars 2 forks source link

Data export to verbatim #12

Open bartneck opened 1 year ago

bartneck commented 1 year ago

For the purpose of data analysis it would be desirable to flatten out all instructions. All repetitions and other structural elements should be converted to a plain list of instructions. The resulting XML file should be have a plain table structure that can be easily imported into statistical programs. In addition, a conversation to a CSV file would be desired.

The individualMedley, individualMedleyOrder and individualMedleyOverlap will make this a bit difficult.