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

https://github.com/php-edifact/edifact/blob/master/src/EDI/Interpreter.php#L177 If a segment repeats only one time it appears directly as a value of the measurements key. If it repeats twice or more measurements has as value an array...

# First problem Example excerpt from a PRICAT file of a line item: ``` IMD+F+TPE+::91:UNISEX' IMD+C+CL+8:EAS' IMD+C+98+40::91' IMD+C+UP5+J::91' IMD+C++CU' IMD+F+35+::91:ATLANTIC' IMD+C+35+423041::91' IMD+F+ANM+::91:ANDROS' IMD+F+MD+::91:VENEZIA' IMD+F+XB2+::91:01575423041.JPG' ``` I'm trying to extract the...

Hi, I'm not an edifact expert, so I'm currently struggling with some issues related to parsing linebreaks. Afaik, edifact uses the `'` character as a line ending (segment end). So...