We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
有一个开源 X12 解析器(OopFactory X12 Parser:https://x12parser.codeplex.com)可以执行此操作为你。
将任何 X12 文档转换为 Xml:
将任何 X12 文档转换为 Html:
此处有更多详细信息:https://x12parser.codeplex.com/wikipage?title=Parsing%20an%20837%20Transaction&referringTitle=Documentation
要将 X12 271 响应加载到 .Net 对象中,您可以使用:
There is an open source X12 parser (OopFactory X12 Parser: https://x12parser.codeplex.com) that does this for you.
To convert any X12 document to Xml:
To convert any X12 document to Html:
More details here: https://x12parser.codeplex.com/wikipage?title=Parsing%20an%20837%20Transaction&referringTitle=Documentation
To load an X12 271 response into a .Net object, you can use:
DataDirect Technologies 销售一个转换器,可以将其转换为 XML。
DataDirect Technologies sells a converter that will translate it into XML.
我推荐 perl 或 python 进行原型设计。 一旦你有了你想要的行为,你就可以:
I recommend perl or python for protoyping. once you have behavior you want, you can: