openedx / edx-django-utils

edX utilities for Django Application development.
https://edx.readthedocs.io/projects/edx-django-utils/en/latest/
Apache License 2.0
26 stars 20 forks source link

Added CSV processor #23

Closed davestgermain closed 5 years ago

davestgermain commented 5 years ago

This adds a reusable CSV file processor that can handle:

Current use cases are for Staff Graded Points, Gradebook import/export, and Program Enrollment import/export.

nasthagiri commented 5 years ago

@davestgermain This is great functionality. Can you put this in a new repo? This is not necessarily a feature that all Django apps will need. Let me know if you want me to create the new repo for you.

davestgermain commented 5 years ago

@nasthagiri I wasn't sure if it needed a new repo. I can do that (though I wish it didn't require an IT ticket every time). For simplicity, would this be a cookiecutter django app repo, even though it isn't a django app?

davestgermain commented 5 years ago

Moved to davestgermain/super-csv