Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的 KTR 中,我有一个 MongoDBInput。我需要通过Java类调用它。我需要通过java设置查询表达式变量的值。我无法在 org.pentaho.di.trans.steps.* 中找到 MongoDBInput Step。谁能指导我如何从java设置查询表达式变量的值?
Job job = new Job(null, jobMeta); job.shareVariablesWith(jobMeta); jobMeta.setParameterValue("nameVar", "toset");