isl / x3ml

X3ML Engine supports the data transformation which is part of the data provisioning and aggregation process.
Apache License 2.0
19 stars 7 forks source link

Transform to TRIG format generates expanded output if many files are used #141

Closed ymark closed 4 years ago

ymark commented 4 years ago

If the user uses X3ML Engine to transform to TRIG format multiple files in a sequential manner (i.e. using a for statement that iterates through the input files), then each file that is created, it contains all the contents of the previous one.

ymark commented 4 years ago

Fixed, by re-initializing some static resources.

The fix will be available from version 1.9.4