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
From Modified Java Script Value step, we can dynamically create transformation(rewrite .ktr file). By using “var meta = new org.pentaho.di.trans.TransMeta( ktrFileName );”, we can use the API defined in the source code. But Mongodb plugin is not among those original steps, how can we use API defined in Mongodb plugins?
I got the idea from the blog here: https://dankeeley.wordpress.com/2015/01/08/non-native-metadata-injection/comment-page-1/#comment-26
The text was updated successfully, but these errors were encountered:
From Modified Java Script Value step, we can dynamically create transformation(rewrite .ktr file). By using “var meta = new org.pentaho.di.trans.TransMeta( ktrFileName );”, we can use the API defined in the source code. But Mongodb plugin is not among those original steps, how can we use API defined in Mongodb plugins?
I got the idea from the blog here: https://dankeeley.wordpress.com/2015/01/08/non-native-metadata-injection/comment-page-1/#comment-26
The text was updated successfully, but these errors were encountered: