Hello All... I need to parse an EDI file with PHP. I've searched and searched and almost nothing exists out there. If i was a java guy I'd be set but i'm not. Any sugguestions... ideas... or directions you can point me in?
-Nick
| SitePoint Sponsor |
Hello All... I need to parse an EDI file with PHP. I've searched and searched and almost nothing exists out there. If i was a java guy I'd be set but i'm not. Any sugguestions... ideas... or directions you can point me in?
-Nick
Last edited by stoproductions; Jul 30, 2009 at 19:56.


Write the parser yourself. Read the file contents into a string (file_get_contents) and use string manipulation functions to do whatever you need to do with the contents. The few pages I read suggested they're just ASCII text files, so shouldn't be much work.
Try Improvely, your online marketing dashboard.
→ Conversion tracking, click fraud detection, A/B testing and more
Bookmarks