Project

General

Profile

« Previous | Next » 

Revision 58494

Fix1: set type after parsing response from external sources - this fix puts the record in the proper file path

Fix2: Update orcid parser, use single orcid work response
update ExternalParserTest

View differences:

ExternalRecordHandler.java
37 37
    }
38 38

  
39 39
    public Result fetchResultfromOrcid(String id) throws Exception {
40
        Result result = externalRecordParser.orcid2Result(fetchOrcidRecord(id.substring(0, 19)), id);
40
        Result result = externalRecordParser.orcid2Result(fetchOrcidRecord(id), id);
41 41

  
42 42
        return result;
43 43
    }

Also available in: Unified diff