Hydrograph
Hydrograph copied to clipboard
Fix UserFunctions.properties file when importing custom Expression jars
When we add a custom Expression Jar in a UI ELT project, the UserFunctions.properties file created does not include the standard import statements - hydrograph.engine.transformation.standardfunctions.* java.util.Date java.math.BigDecimal
Create an extra CustomUserFunctions.properties file to import the custom expression packages so that the default UserFunctionProperties file does not get overridden.