Project

General

Profile

« Previous | Next » 

Revision 53471

Added by Tsampikos Livisianos over 5 years ago

replace country names with country codes for organization.country

View differences:

modules/dnet-openaire-stats/trunk/src/main/java/eu/dnetlib/data/mapreduce/hbase/statsExport/utils/Serializer.java
360 360
        buff.append(getStringField(metadata.getLegalname().getValue(), DELIM, ENCLOSING));
361 361

  
362 362
        // `country`,
363
        buff.append(getStringField(metadata.getCountry().getClassname(), DELIM, ENCLOSING));
363
        buff.append(getStringField(metadata.getCountry().getClassid(), DELIM, ENCLOSING));
364 364

  
365 365
        //website
366 366
        buff.append(getStringField(metadata.getWebsiteurl().getValue(), DELIM, ENCLOSING));

Also available in: Unified diff