如何将多个端口数据作为单个字符串发送到平面文件 informatica 中?
我有多个变量端口,这些端口给出了一些固定值。我需要将此变量端口作为字符串传递到单个输出端口中,然后在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
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?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论