如何从 .net (C#) 生成 EDIFACT 消息 (IFIMIN)?
我即将启动一个项目,需要生成 EDIFACT 消息(消息类型:IFTMIN)。由于我的项目是基于 .net 的(C# + asp.net),我正在寻找有关在 .net 中生成 EDIFACT 消息的建议。
是否有免费(可能是开源)库可以帮助生成 EDIFACT 消息? 在编码等方面是否存在任何陷阱?
如果有人有一些示例代码,我很想看看。
最好的问候,埃吉尔。
I am about to start a project where I need to generate an EDIFACT message (message type: IFTMIN). Since my project is .net based (C# + asp.net) I am looking for advise on generating EDIFACT messages in .net.
Is there a free (possibly open source) library that will help generate an EDIFACT message?
Are there any pitfalls in regards to encoding etc.?
If anybody has some example code I would love to have a look.
Best regards, Egil.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我还没有找到我们可以使用的 edifact 框架。最后我们使用 FileHelpers Libabry 读取文件并手动编写其余部分。 FileHelpers lib 确实支持基于记录的文件,很像 edifact。
I have not been able to find a framework for edifact that we could use. In the end we used FileHelpers Libabry to read the files and coded the rest by hand. FileHelpers lib does support record based files, much like edifact.