You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I converted a bunch of Transformations from kettle files to HOP files using tha hop-import.bat.
The most Part is converted just fine, but the "User defined Java expression" (Janino) don't show the formula.
This is due an error in the conversion, where the node <formula_string> is converted in <formula>.
This is not correct. It should still be <formula_string>.
This seems to be related to the changes in the Formula Transform:
Apache Hop version?
2.8
Java version?
jdk-11.0.19.7-hotspot
Operating system
Windows
What happened?
I converted a bunch of Transformations from kettle files to HOP files using tha hop-import.bat.
The most Part is converted just fine, but the "User defined Java expression" (Janino) don't show the formula.
This is due an error in the conversion, where the node <formula_string> is converted in <formula>.
This is not correct. It should still be <formula_string>.
This seems to be related to the changes in the Formula Transform:
hop/plugins/misc/import/src/main/java/org/apache/hop/imports/kettle/KettleConst.java
Line 73 in 7330fa2
Issue Priority
Priority: 2
Issue Component
Component: Import
The text was updated successfully, but these errors were encountered: