adsabs / ADSImportPipeline

Data ingest pipeline for ADS classic->ADS+
GNU General Public License v3.0
1 stars 12 forks source link

wrong json values in the links_data #85

Closed romanchyla closed 9 years ago

romanchyla commented 9 years ago

the following bibcode 2014MPEC....W...19A

had this invalid string

{"title":"HREF="http://minorplanetcenter.org/mpec/K14/K14W19.html">Available from the Minor Planet Center.", "type":"priv", "instances":"", "access":""}

vsudilov commented 9 years ago

Here's the entry in the database, coming directly from ADSexports:

{
    "origin" : null,
    "count" : null,
    "title" : "HREF=\"http://minorplanetcenter.org/mpec/K14/K14W19.html\">Available from the Minor Planet Center.</A>",
    "url" : "<A",
    "access" : null,
    "type" : "priv"
},

Closing because the code is working as intended, the data itself is dirty.