本文介绍了从多个ST-SE源837文件创建单个ST-SE文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试创建一个地图,该地图将从包含多个ST-SE的837文件中读取数据 并将数据映射到包含单个ST-SE的输出837文件。

I am trying to Create a Map which will Read the Data From a 837 File which will contain Multiple ST-SE's  and Maps the data to a Output 837 File which will contain a single ST-SE's.

源文件中的多个ST-SE包含1000A,1000B级别的相同信息。所以我必须删除这些数据并从第二个ST-SE中将数据从2000A级别映射。

The Mutiple ST-SE's from the source file contains the same Information for 1000A, 1000B levels . So I have to remove this data and Map the Data from 2000A Level from second ST-SE's .

我尝试使用迭代 并且循环Fucntiods并且无法获得所需的输出。  

I tried by using the Iteration  and looping Fucntiods and not able to get the desired output .  

如果您有任何建议或想法请分享。

Please share if you have any suggestions or thoughts .

谢谢提前。

Satya

推荐答案


这篇关于从多个ST-SE源837文件创建单个ST-SE文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-21 05:20