The instructions below explain how to create a CSV file from CMIS, for importing into the library system.
Creating the CSV
- Open the CMIS program.
- From the main vertical menu bar running on the left of the foremost window, click Reports before double-clicking on the Reports icon in the wider space on the right.
The Reports window will appear.
- From the Object type comboxbox, find and select Student from the list.
- Click on the Create... button on the right side of the window.
- Click List report... from the context menu that appears.
- In the ‘Design a list report’ window, type a name for the new report into the Name field, then click on the Contents button on the right side.
- The Select data value window will appear and lists all the available fields that CMIS uses to store student information.
- Double click the Personal Details node to see a list of available fields.
- Click once on a field to highlight it before clicking on the Add button on the right side of the window to add the desired field to the Report contents table (in the background).
- The following fields from the appropriate nodes must be selected and added to the report contents.
Node |
Field |
Description |
Personal Details |
Forename |
Student's first name |
Surname |
Student's last name |
Date of Birth |
Student's date of birth |
Date of Entry |
Date of entry to school |
Sex |
Student's gender |
NC Year |
NC Year |
Student's Year Group |
Class Group |
Code |
Student's Tutor Group |
ID |
ID |
Student's unique ID number |
- When finished, click on the Finished button to be taken back to the previous window.
- The Reports contents table will look like this after all fields are added correctly.
- Click on the OK button to complete designing the report and return to the previous window.
- Double-click on the icon of the report you have just created.
After a few moments a preview of the report with real data will be displayed. Left click the first student record to highlight it, scroll down to the bottom of the list using the vertical scrollbar, hold Shift on your keyboard and left click the last student record – this will highlight all of your student data.
right click on the last student record and choose Exporting then Settings... from the context menu that pops up.
- Delimiter combobox, select Comma from the list before clicking on the OK button on the right side of the window.
- Back on the full list of highlighted student records, right click on the last student record and choose Exporting then Export.
- Type the filename students.csvinto the ‘File’ field:
Click the Export button to start exporting the student data.
- The CSV file will be saved to the root folder of the CMIS application. Copy the file, named student or student.csv and paste it to your work area ready (e.g. Documents) for the next stage of this process.
Amending the CSV
As the column headers in the CSV differ from those that the library system expects, they must be renamed so that it can interpret them.
- Open the file with Notepad. Do not use Excel in this case as it may alter with the default formatting.
- ensure that the column headers are now labelled in accordance with the below.
CMIS Column Header |
Change to |
Date of Birth |
DateOfBirth |
Date of Entry |
DateAdded |
NC Year |
YearGroup |
Code |
TutorGroup |
ID |
ManagementSystemID |
Sex |
Gender |
Now you are ready to move on to the next stage. Please note that when you come to import the file, you must choose the WBLS import option if you are creating the CSV using the above guide.