-
-
Notifications
You must be signed in to change notification settings - Fork 819
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
Data import API #5125
Data import API #5125
Conversation
@SchrodingersGat does django-data-wizard also replace the export options of django-import-export? |
Not directly, but if possible, I'd like to make use of our DRF serializers to format data for export. This way we remove a lot of duplication and custom code required to overcome the shortcomings of django-import-export |
@SchrodingersGat seems like a lot of work to replace all the supported formats - especially excel - but interested to see how you go at it. |
It requires some investigation :) |
@SchrodingersGat is this approach not working? Should I make a try? |
I accidentally deleted the wrong branch :) Still active, just waiting until PUI is a bit further along |
Closes #3101
Provides an API-based data import tool using django-data-wizard
Tasks