Esteemed Monks,
I've been looking for information on parsing EDI (Electronic Data Interchange) messages with Perl (in my case,
edifact/D93A/INVOIC).
I found, and tried, XML::Edifact module from Michael Koehne. But it doesn't correctly parse my message and I don't need to output the results in XML.
All I need (and I know this is a lot of, and complex, work) is to check if the message is valid, parse it, create a data structure and show some informations to the user.
Googling and searching the monastery didn't help me much on this. So, here I am asking for help from some monk with experience in this field on how and where to start.
Note: I'm aware that this is a task for gurus - which I'm not - and there are lots of commercial and proprietary solutions out there, mainly using Java. But my main interest in this field is to learn, at least the basics, on EDI messages and how Perl can interact with them.
Thank you for your time,
Miguel
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.