Skip to content
Nicholas edited this page Oct 12, 2021 · 26 revisions

Welcome to the FileFixer wiki!

What is FileFixer?

The myElearning platform for our University allows teachers to download assignments. These assignment files are named using one convention. The teachers are allowed to upload the student's file for feedback using a different naming convention. FileFixer is an application that is able to view the contents of a folder called filesToRename. The application renames the files in this folder and places the renamed files in a subfolder called renamedFiles.


Naming conventions

Expected Input:
convention 1: randomMyElearningCode1-randomMyElearningCode2_Name1_Name2_studentOriginalFilename_randomMyElearningCode3_randomMyElearningCode4.pdf

Expected Output:
convention 2: Name1 Name2_CCCCCC_assignsubmission_file_NNNNNN.pdf

Requirements for application to work properly
  • A csv file
  • A collection of marked up assignment file

Clone this wiki locally