edifact icon indicating copy to clipboard operation
edifact copied to clipboard

Tools to process EDI messages in UN/EDIFACT format

Results 13 edifact issues
Sort by recently updated
recently updated
newest added

Hi, Let me first thank you for this library. Looks great. We are looking to extract accounting data from an EDI file. I read the whole README but I have...

Hello i know i m out of context but one of my prospect want to talk with US in X12 and all my software are done in PHP-EDIFACT Do you...

Hello, i try to get the data from the RFF-Segment ` $reader = new Reader($fn); $rffSegment = $reader->groupsExtract('RFF'); print_r($rffSegment); ` In the EDI-File it looks like: RFF+VN:87310' The return value...

Is possible to use this reader library to read CRD format? [https://members.cisac.org/CisacPortal/consulterDocument.do?id=19514](https://members.cisac.org/CisacPortal/consulterDocument.do?id=19514) Thanks,

I have an edi file with UTF8 characters, like éáűúőí, even these kind of chars: ØÆ When I load the into the parser, I got error messages (non-printable chars...) and...

Hi, Question marks should be added as ?? because it's an escape character. In this example the question marks escape the ' and this should not happen: ``` ATT+1400+??????' XRH+3'...

First of all, many thanks for your efforts! Better to drop argument type for Encoder::escapeValue as compatibility is broken when the source array contains integers. private function escapeValue( >>string

Hi, I need to parse/work with this kind of message, but it seems it is missing from mappings. Unfortunately as I read a file with this kind of message, I...

I'm trying to parse a 30MB large (one line) Pricat file. I just took one of the examples, and went from there. But PHP is running very fast out of...

Example: A BAPLIE with more than 9999 containers (SG2 groups) should add an error in the array saying so.