Project

General

Profile

« Previous | Next » 

Revision 52611

little adjustment to fix data format in input data

View differences:

modules/dnet-collector-plugins/trunk/src/main/java/eu/dnetlib/data/collector/plugins/excel/Read.java
195 195
			ArrayList<String> al = new ArrayList<String>();
196 196
			while(cellIterator.hasNext() && !discard_row){
197 197
				cell = cellIterator.next();
198
				tmp = getCellValue(cell);
198
				tmp = getCellValue(cell).trim();
199 199
				if (col_number == column_id &&
200 200
						((remove_empty &&  tmp.trim().equals("")) ||
201 201
								(!remove_id.equals("") && tmp.equals(remove_id))))

Also available in: Unified diff