-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a content admin, I want to export member addresses with more details in a separate file so I can more easily work with member locations. #790
Comments
testing feedback from running the script: it outputs addresses & accounts as it runs, and probably should not (or should only in verbose mode) |
Filter out null values before exporting
The JSON files are still not in the Google Drive file. The book, event, and member CSVs look perfect. The creators CSV looks good. It doesn't need a "title" column, but having the column doesn't cause any harm. The locations/addresses CSV also looks good—but I don't think we can release it with the current start/end data. (I discussed this with Ryan and I think, Rebecca.) Should I wait to look at the JSON files? |
Ah, I see a new link is in the email with the JSON files! I'll tackle ASAP. |
Looks looks perfect. My note about releasing the addresses without additional datawork still stands. But the export is excellent. |
This ought to subclass BaseExport: https://github.com/Princeton-CDH/mep-django/blob/main/mep/people/management/commands/export_members.py
testing notes
test export available in this google drive folder
question: do you have a preference between locations.csv or addresses.csv ?
dev notes
The text was updated successfully, but these errors were encountered: