From f4313cd427bab7e8688fba47571226c57a9fc7ab Mon Sep 17 00:00:00 2001 From: Anastasia Diseth <58883418+anadis504@users.noreply.github.com> Date: Fri, 29 Mar 2024 11:07:32 +0200 Subject: [PATCH] Update README.md --- data-parser/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data-parser/README.md b/data-parser/README.md index 7bec441..48b3f0f 100644 --- a/data-parser/README.md +++ b/data-parser/README.md @@ -11,7 +11,8 @@ are added as new columns to the final output .csv file. + Output .csv file will contain the course name in question (if your 'data' file is contaminated with files from different courses, this will show in the file name) -The parser chooses the latest version of each of the files containing 'Submissions', 'User Details', 'Exercise tasks' and 'User Consents' in the file name, no matter the course name. +The parser chooses the latest version of each of the files containing 'Submissions', 'User Details', +'Exercise tasks' and 'User Consents' in the file name, no matter the course name. ```