Processing input through XSLTransformStep before Rainbow Kit Creation Step does not update original file in kit correctly

Issue #732 resolved
anbhatia created an issue

I'm trying to process some XML files using the pipeline:

XSLTransformStep(passOnOutput.b=true) -> RawDocumentToFilterEventsStep -> ExtractionStep(writerClass=....xliff.XLIFFPackageWriter)

The extraction to XLIFF seems to work ok. However, the original file in the rainbow kit 'original' folder is a copy of the input file instead of the file produced as the output of the XSLTransformStep. This breaks the merging step later on.

Comments (4)

  1. Log in to comment