pulibrary / pdc-osti

2 stars 0 forks source link

Feature: Order osti_scrape.json by OSTI ID to avoid unnecessary changes to the JSON file #55

Closed astrochun closed 1 year ago

astrochun commented 1 year ago

We see that osti_scrape.json gets repeatedly updated and creates a lot of diffs that do not matter. Let's fix this by sorting by OSTI_ID. In addition, we should also avoid duplicates as that is introducing duplicate entries (#7).