如何将多个端口数据作为单个字符串发送到平面文件 informatica 中?

发布于 2025-01-17 21:48:20 字数 975 浏览 0 评论 0原文

我有多个变量端口,这些端口给出了一些固定值。我需要将此变量端口作为字符串传递到单个输出端口中,然后在Flatfile中捕获。

表达式:

Id_v:'xxxx'
Password_v:'vbbccvn'
Key_v:'ryccdfj'
Outputport:

平面文件中所需的输出:

Id:xxxxx
Password:vbbccvn
Key:ryccdfj

我已经编写了表达式编辑器如下

映射如下:

HTTP的配置如下,我需要通过发送第一个HTTP请求来获取访问令牌。简单的帖子方法是我作为单个主体发送的吗?

我会遇到错误,因为存储库错误_12400 [找不到属性,找不到基本URL] EP_12400存储库错误(属性名称,基本URL,找不到) PCHTTP_33022:无法将传输参数发送到Java PCHTTP_33006:获取连接URL的错误(http_transformation)

I have multiple variable ports which gave some fixed values assigned. I need to pass this variable ports into single output port as string and capture in flatfile.

Expression:

Id_v:'xxxx'
Password_v:'vbbccvn'
Key_v:'ryccdfj'
Outputport:

Required output in flat file:

Id:xxxxx
Password:vbbccvn
Key:ryccdfj

I have written the expression editor as follows
expression editor image

The mapping is as follows:
mapping image

the http is configured as follows, I need to get access token by sending the first http request. Is the simple post right method as I'm sending as single body?
HTTP transfrmatn image

I'm getting error as repository error_12400[attributes, base url not found]
EP_12400 Repository error(Attribute name, base URL , cannot be found)
PCHTTP_33022:Cannot send transport parameter to Java
PCHTTP_33006:Error in getting URL for the connection(http_transformation)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文