I have several transformation scripts written in JavaScript that use the Oracle Nashorn engine.
There are methods in these scripts which are repeated multiple times. I wanted to club these into a library and import that library so that I can call the methods and use them instead of implicitly defining them in each script.
I tried creating Libraries in data modeler but I am not able to import them / change the code for a created library