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.
我是 pentaho etl 工作的新手。我需要从 excel 中获取数据并将 excel 工作表值作为参数传递给 MySQL 查询。如果有可能在 etl pentaho 工作中......任何知道的请帮助我
根据对您的问题的理解,您的参数是在 excel 文件中定义的,并且您想在 sql 步骤中使用它。
您创建一个转换并使用“Microsoft Excel”作为输入,使用“设置变量”,然后动态地将它们用作 sql 查询参数的一部分
您创建一个转换并使用“Microsoft Excel”作为您的输入,进行任何您需要做的转换并添加“表输出”作为您定义数据库连接的目的地。就这样。