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

Ability to automatically create IDs from content hash of row #13

Closed
simonw opened this issue Feb 24, 2019 · 1 comment
Closed

Ability to automatically create IDs from content hash of row #13

simonw opened this issue Feb 24, 2019 · 1 comment

Comments

@simonw
Copy link
Owner

simonw commented Feb 24, 2019

Sometimes when you are importing data the underlying source provides records without IDs that can be uniquely identified by their contents.

A utility mechanism for calculating a sha1 hash of the contents and using that as a unique ID would be useful.

@simonw
Copy link
Owner Author

simonw commented Feb 24, 2019

Example: http://api.nobelprize.org/v1/laureate.json

This includes affiliations which look like this:

      "affiliations": [
        {
          "name": "Sorbonne University",
          "city": "Paris",
          "country": "France"
        }
      ]

@simonw simonw closed this as completed in dbf239e Feb 24, 2019
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