EDI X.12 PHP 映射 - 所需资源
在 php 中处理 X12 文档时是否有任何 php 库或 API 可以提供帮助?谷歌搜索并没有多大帮助,因此寻找在该领域有经验的人。
Is there any php libraries or API's that help when dealing with X12 documents in php? Googling around doesn't help much, so looking for people with experience in this field.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果您知道哪些段以及所有段中的含义是什么。然后它就是关于 php
然后你将有一个包含文件中所有段的数组。如果您只是迭代数组,则可以获取给定段的所有元素。
但对于创建 x12 Edi 文件来说有点棘手。
我不明白首先转换为 Xml 的意义。
If you know which Segments and what the meaning in all segments. Then its just about php
Then you will have an Array consisting all Segments in the file. If your just iterate over the array it is possible to get all Elements for given Segment.
But for creating a x12 Edi file it is a little bit more tricky.
I dont see the point in first convert to Xml.
通过 google 快速搜索,我发现了一些可以将 X12 文档转换为 XML 的工具。 PHP 在 XML 解析领域取得了很大的进步。
首先转换为 XML 是一种选择吗?
Doing a quick google search, I found a couple of tools that will convert X12 documents to XML. PHP has made a lot of progress in the area of XML parsing.
Is converting to XML first an option?
不是 PHP,而是 Python:http://bots.sourceforge.net
在 x12 之间进行转换。
not PHP, but python: http://bots.sourceforge.net
translates from and to x12.