Project

General

Profile

« Previous | Next » 

Revision e7471bd8

Added by Andreas Müller over 2 years ago

ref #9918 final minor changes on Caryophyllaceae import

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/io/caryo/KewExcelTaxonImport.java
116 116
    protected void firstPass(SimpleExcelTaxonImportState<CONFIG> state) {
117 117

  
118 118
        String line = getLine(state, 50);
119
        System.out.println(line);
119
//        System.out.println(line);
120 120
        Map<String, String> record = state.getOriginalRecord();
121 121

  
122 122
        Set<String> keys = record.keySet();
......
156 156
        String fullTitle = getValue(state, Kew_Name_Citation);
157 157
        String kewNameId = getValue(state, Kew_Name_ID);
158 158

  
159
        fullTitle = replaceBookSectionAuthor(state, fullTitle);
159
//        fullTitle = replaceBookSectionAuthor(state, fullTitle);
160 160

  
161 161
        TaxonName newName = parser.parseReferencedName(fullTitle, NomenclaturalCode.ICNAFP, Rank.SPECIES());
162 162
        handleBookSectionAuthor(newName, state, line);

Also available in: Unified diff