Open ArchibaldBienetre opened 2 years ago
I did some thinking.
We could implement logic that listens for certain keywords to mark a subject as elective:
Examples:
"Advanced Chemistry (elective)\n[...]"
"Modern Phisics (optional subject)\n[...]"
"Wahlpflicht: Informatik\n[...]"
Then we could
If I save a CSV with missing content rows in Libre Office calc, it will fill in the missing content cells as empty strings, like so:
a,b,c,d
1,,,
1,2,,
1,2,3,
1,2,3,4
1,2,3,
1,2,,
1,,,
So, as long as we can deal with empty Strings, we should actually be fine, there should be no danger here.
(best typo ever :D https://github.com/SergelsOrg/csv2tex/issues/36#event-6053396369 )
Not all students take all subjects.
We need to find a way