We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 415c3e3 commit 5c45360Copy full SHA for 5c45360
rdf-processing-toolkit-cli/src/main/java/org/aksw/sparql_integrate/cli/main/SparqlIntegrateCmdImpls.java
@@ -248,7 +248,7 @@ public static int sparqlIntegrate(CmdSparqlIntegrateMain cmd) throws Exception {
248
? outFilename
249
: outFormat;
250
251
- if (formatSource != null) {
+ if (outFormat == null && formatSource != null) {
252
// Try to derive the outFormat from the filename - if given.
253
FileName fn = fileNameParser.parse(formatSource);
254
outFormat = fn.getContentPart();
0 commit comments