CSV filter: in Post-Processing Rainbow writes source instead of target.

Issue #1153 resolved
Former user created an issue

With a filter adapted for CSV, Rainbow leaves the source language text when generating the destination (Post-processing). This problem did not occur in version 1.40.0. The later versions maintain this problem. Thank you very much for your tools and best regards:

Comments (8)

  1. jhargrave-straker

    Debugging this it seems that the Table filter is creating a TextUnit as a referent - which means the target is not processed in GenericSkeletonWriter.

    This does work in version 1.40.0 - not sure what change broke this after doing diffs.

  2. Log in to comment