Details
-
Improvement
-
Resolution: Fixed
-
Minor
-
5.3
-
None
Description
When using the WikiStream (from the WikiStream UI) to convert a given input stream the value given in the "Target" of the Output configuration seems to be ignored, and no output is generated
It seems the org.xwiki.wikistream.internal.output.OutputTargetConverter always uses a StringWriterOutputTarget and the string written to is not used after finishing the converter job.
Something like in the InputSourceConverter to allow to write the result to a file would be useful.