用于 C# 对象数据源的 EDI x12 映射器
有谁知道有什么工具可以将 EDI x12 映射到 C# 对象吗? 我刚刚查看了 Altova MapForce,但它似乎不支持这一点。 出于可移植性原因,我无法使用数据库模式映射...并且如果可以的话,我宁愿避免使用 xml 或平面文件。
Does anyone know any tool that can map EDI x12 to C# objects? I just looked at Altova MapForce but it does not seem to support this. I can't use database schema mapping for portability reasons ... and I'd rather avoid xml or flat file if I can.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
实际上,MapForce 确实使用他们可用的插件包支持这一点(不确定它是否免费)。 大约一年前,我出于这个目的评估了 MapForce(将 EDI x12 835i 和 835p 文件映射到数据库)。
以下是 MapForce 的 EDI 映射页面的链接,其中特别提到了 ANSI x12 映射: http://www.altova.com/products/mapforce/edi-mapping.html
MapForce 实际上为完整的应用程序生成 C# 或 Java 代码,该应用程序将执行您设置的映射; 您可以在自己的代码中使用该应用程序中的类。
Actually, MapForce does support this using an add-in package they have available (not sure if it's free or not). I evaluated MapForce about a year ago for this very purpose (mapping EDI x12 835i and 835p files to a database).
Here's the link for the EDI-Mapping page for MapForce that specifically mentions ANSI x12 mapping: http://www.altova.com/products/mapforce/edi-mapping.html
MapForce actually generates C# or Java code for a complete application that will do the mapping you set up; you can use the classes from that application in your own code instead.
您还可以使用 Symphonia:http://www.orionhealth.com/products/symphonia/
-戴夫
You can also use Symphonia: http://www.orionhealth.com/products/symphonia/
-Dave