SitePoint Sponsor |
|
User Tag List
Results 1 to 2 of 2
Thread: Parsing EDI Files
-
Jul 30, 2009, 18:12 #1
- Join Date
- Feb 2007
- Location
- USA
- Posts
- 64
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Parsing EDI Files
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?
-NickLast edited by stoproductions; Jul 30, 2009 at 19:56.
-
Jul 30, 2009, 19:30 #2
- Join Date
- Aug 2000
- Location
- Philadephia, PA
- Posts
- 20,578
- Mentioned
- 1 Post(s)
- Tagged
- 0 Thread(s)
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