A lot of things.
- Change tests directory location. - Fix Merlu CSV UTF8 encoding. - Make classes for ParasitesPeru2021.csv Parsing.
This commit is contained in:
@@ -110,7 +110,7 @@ public class RawData {
|
||||
HashMap<String,String> entry = new HashMap<>();
|
||||
|
||||
for( ArrayList<String> row : data ){
|
||||
if( index > row.size()){
|
||||
if( index >= row.size()){
|
||||
throw new RawDataOverflow( index, row.size() );
|
||||
}
|
||||
entry.put( row.getFirst(), row.get( index ) );
|
||||
|
||||
Reference in New Issue
Block a user