It imports " transformer attributes" for creating transformers - works well
it imports "transformer attributes" for creating generators - but runs generator code number of transformer attributes times and overwrites the entire line.
Fix : Have a separate "generatedAttributes" in the "Main Java" class. That how I fixed. Jut raising here to see if there is a better way or anyone is facing similar issue
In DataTransformer.scala
getTranformedAttributes method
Fix : Have a separate "generatedAttributes" in the "Main Java" class. That how I fixed. Jut raising here to see if there is a better way or anyone is facing similar issue