Skip to content
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

Update/Skipping row during data import into database #6

Closed
chfw opened this issue Dec 13, 2015 · 1 comment
Closed

Update/Skipping row during data import into database #6

chfw opened this issue Dec 13, 2015 · 1 comment

Comments

@chfw
Copy link
Member

chfw commented Dec 13, 2015

Current, it was only possible to import data into an empty database using SQLAlchemy. However, it is more often that the database is not empty and hence needs a bit extra logic to cope with existing data: 1) update existing items 2) skipping them. Let's give the choice to the developer.

Relevant issue: pyexcel-webwares/Flask-Excel#7

@chfw chfw closed this as completed in a4b6d6b Dec 13, 2015
@chfw
Copy link
Member Author

chfw commented Jan 15, 2016

Relevant isse: pyexcel-webwares/django-excel#14

@chfw chfw reopened this Jan 15, 2016
@chfw chfw changed the title Update/Skipping row during data import into database using SQLAlchemy Update/Skipping row during data import into database Jan 15, 2016
@chfw chfw closed this as completed in cc03aa5 Jan 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant