在 pentaho 中休息客户端 [英] rest client in pentaho

查看:45
本文介绍了在 pentaho 中休息客户端的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我对 pentaho 数据集成工具很陌生.

I am very new to the pentaho data integration tool.

我想从我的 pentaho 使用一个安静的服务(发布网络服务).为此,我发现我应该使用休息客户端.但是当我提供 url 和 body(因为我想使用 post 服务)时,它并没有在数据库中进行必要的更改.

I want to consume a restful service(post web service) from my pentaho. For that i found that i should use a rest client. But when i give the url and body(as i want to consume post service) it is not making the necessary changes in the database.

谁能告诉我如何在 pentaho 的其余客户端中给 body ?我怀疑在休息客户端的身体领域有一些不同的方式给身体.

Can anyone tell me how to give body in the rest client in pentaho? i suspect that there is some different way to give the body in the body field of rest client.

我附上了我正在制作的其余客户端的屏幕截图.

I am attaching the screenshot of the rest client which i am making.

也有人能给我推荐一些好的链接,我可以在那里找到 pentaho 的教程.

Also can anyone suggest me some good links where i can find tutorials for pentaho.

推荐答案

在 PDI 中,您需要接收行,并在下一步中处理它们.

In PDI, you need to receive rows, and process them in the next step.

对于这种情况,如论坛所述,您首先需要生成行"步骤,以至少调用一次 REST 网络服务.

For this case, as stated in the forum, you first need the "GENERATE ROWS" step, to make at least one call to the REST webservice.

记住只生成 1 行,否则,您将对 REST 网络服务进行 X 次调用.

Remember to generate only 1 row, else, you will make a X number of calls to the REST webservice.

然后,在REST CLIENT"步骤中,选择在属性Accept URL from field"中生成带有 URL 的行的字段.

Then, in the "REST CLIENT" step, choose the field that is generating the row with the URL in the attribute "Accept URL from field".

希望有帮助.

这篇关于在 pentaho 中休息客户端的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆