write-csv¶
Synopsis¶
- pyam write-csv [-h] [-c COHORT] [-s [STUDENTS [STUDENTS …]]] [–overwrite] [–prefix PREFIX]
[–mark-sheets [MARK_SHEETS [MARK_SHEETS …]]] [–csv-files [CSV_FILES [CSV_FILES …]]] [–mark-col MARK_COL] [–student-col STUDENT_COL]
Description¶
pyam write-csv Read marks from a set of mark spreadsheets and write them into csv files
Options¶
- -h, --help¶
Show a help message and exit
- -c COHORT, --cohort COHORT¶
Name of cohort if different from current.
- -s [STUDENTS [STUDENTS ...]], --students [STUDENTS [STUDENTS ...]]¶
List of specific students to process in cohort.
- --overwrite¶
If set overwrite existing output files.
- --prefix PREFIX¶
Prefix to add to generated files.
- --mark-sheets [MARK_SHEETS [MARK_SHEETS ...]]¶
list of mark sheets to be processed. Defaults to those in report directory with matching prefix
- --csv-files [CSV_FILES [CSV_FILES ...]]¶
List of csv files to be processed. Deafult is those starting with prefix in report directory
- --mark-col MARK_COL¶
Name or number of column of csv file where marks are to be written.
- --student-col STUDENT_COL¶
Name or number of student id column in CSV file