The Instructure Community will enter a read-only state on November 22, 2025 as we prepare to migrate to our new Community platform in early December. Read our blog post for more info about this change.
Found this content helpful? Log in or sign up to leave a like!
Hello members,
We recently moved to Canvas, this is our first term in the new LMS.
We use Banner as database and Argos is the reporting tool.
Currently, I am importing Banner data through Argos and manually running the daily SIS imports.
The csv files are formatted accordingly and they are functional. Using four datafiles - Users, Courses, Sections and Enrollments.
Problem is, all newly added or switched courses are getting updated in Canvas but the dropped courses are not going away/ not dropping from the student enrollments creating confusion among students and instructors. I have crosschecked the feed files, the "deleted"/dropped course information is present in those csv imports but not updating in Canvas.
How do you manage the student drop in Canvas. Any suggestion/sharing would be helpful.
Thanks in advance,
Swati Dey
Solved! Go to Solution.
In our enrollments CSV file, we include records of deleted enrollments with the status “deleted,” as well as the active enrollments. A deleted row looks something like this:
|
user_id |
section_id |
role |
status |
|
0101 |
fa24_phil_1 |
student |
deleted |
Your initial post makes it sound like you are doing the same thing. A couple of things to consider are:
In our enrollments CSV file, we include records of deleted enrollments with the status “deleted,” as well as the active enrollments. A deleted row looks something like this:
|
user_id |
section_id |
role |
status |
|
0101 |
fa24_phil_1 |
student |
deleted |
Your initial post makes it sound like you are doing the same thing. A couple of things to consider are:
Community helpTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign inTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign in