NIHVIVO-413 CSV2RDF change
This commit is contained in:
parent
2ac0c2176c
commit
2581a146f9
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ public class JenaCsv2RdfController extends BaseEditController{
|
|||
Model[] models = null;
|
||||
|
||||
try {
|
||||
models = c2r.convertToRdf(is);
|
||||
models = c2r.convertToRdf(is,vreq,destination);
|
||||
} catch (IOException e) {
|
||||
System.out.println("IOException converting "+csvUrl+" to RDF");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue