如果地图中不满足条件,则不应出现整个RFF段

编程入门 行业动态 更新时间:2024-10-11 23:19:30
本文介绍了如果地图中不满足条件,则不应出现整个RFF段的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

大家好,

我们正处于生成EDI文件的情况,该文件涵盖以下情况:

we are in the situation to generate the EDI file that covers the below scenario:

if( INcoming_ELement 不存在)

然后

不打印RFF整段

如何在映射中执行此操作?

how to do this in mapping ?

谢谢,Archana

Thanks, Archana

推荐答案

您使用的是xslt还是BizTalk映射器?

Are you using xslt or the BizTalk mapper?

使用xslt时,您可以执行以下操作:

When using xslt you can do the following:

< xsl:if test =" IncomingElement " ;> $ < RFF段>< / RFF段> < / xsl:if>

<xsl:if test="IncomingElement"> <RFF Segment></RFF Segment> </xsl:if>

使用BizTalk映射器时,您需要使用 Logical Existence functoid来检查IncomingElement是否存在以及使用 值映射 functoid来映射IncomingElement的实际值。

When using the BizTalk mapper you will need to use the Logical Existence functoid to check if your IncomingElement exists and use the Value Mapping functoid to map the actual value of the IncomingElement.

更多推荐

如果地图中不满足条件,则不应出现整个RFF段

本文发布于:2023-10-28 01:22:14,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1535081.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:不应   中不   条件   地图   RFF

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!