deciduously / attendance

Attendance taking app in Rust and ClojureScript - ongoing development in the mifkad repo
MIT License
0 stars 0 forks source link

Parse csv #1

Closed deciduously closed 6 years ago

deciduously commented 6 years ago

Eventually xlsx.

Specter might be the right choice, but instead of bashing your heard against the wall on the deeply nested transformations, read the raw data into the data structure that you want.

Maybe read all the kids into a map with a unique I'd, and then populate a whole separate two tables with the schedules referring to the other map.