Wiki source code of General Exporting - Quick Export
Last modified by Alexander Holmes on 2026/08/19 16:33
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
4.1 | 1 | To export from [[PowerSchool>>url:https://wiki.remc1.net/PowerSchool||shape="rect"]] you will have a few options. Below is an example of an export of student number, first name, last name, dob and graduation year that goes to a CSV. You can also export in other formats by selection the options on the export screen: You also have the option to use any [[PowerSchool>>doc:PS.PowerSchool.WebHome]] fields. Keep in mind, if you are going to import this data, you will want the student number associated. |
| |
1.1 | 2 | |
| 3 | Select the students that you would want to create the file for. | ||
| 4 | |||
| 5 | go to special functions>importing and exporting>quick export | ||
| 6 | |||
| |
4.1 | 7 | [[image:attach:export.JPG||custom-width="true" original-height="800" data-xwiki-image-style-alignment="start" width="1280" original-width="1280"]] |
| |
1.1 | 8 | |
| 9 | put the following in as fields: | ||
| 10 | |||
| 11 | Student_Number | ||
| 12 | |||
| 13 | First_Name | ||
| 14 | |||
| 15 | Last_Name | ||
| 16 | |||
| 17 | DOB | ||
| 18 | |||
| 19 | graduation_year | ||
| 20 | |||
| 21 | Set the field delimiter to "comma" | ||
| 22 | |||
| 23 | You may want to have the column headers there; if so, check the checkbox. | ||
| 24 | |||
| |
3.1 | 25 | If you want any other fields, click on the "Fields" link and it will give you a listing of all the student fields. You can type the name or part of the name to narrow your search. |
| 26 | |||
| |
1.1 | 27 | Once all your options on that screen are selected/set, hit the "submit" button. |
| 28 | |||
| |
4.1 | 29 | [[PowerSchool>>doc:PS.PowerSchool.WebHome]] will then "push" a file out and it will open with either something like notepad or excel, depending on how your browser is set. |
| |
1.1 | 30 | |
| 31 | You can then do a save as and set the format to .csv |