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

skip duplicate rows #1

Open
jameslaneconkling opened this issue Oct 29, 2015 · 0 comments
Open

skip duplicate rows #1

jameslaneconkling opened this issue Oct 29, 2015 · 0 comments

Comments

@jameslaneconkling
Copy link
Member

if downloader is run multiple times, it will reject any csv file upload if that file already matches rows in the db. GLOBALEVENTID has a PRIMARY KEY constraint that will throw a error: duplicate key value violates unique constraint error.

only an issue if downloader is run for the same dates multiple times with different filters. would be nice to ignore duplicates and let any new rows through, i.e. something like UPSERT.

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