-
-
Since strict typing was added, I get this error in my application:
```
TypeError: Argument 1 passed to Metroplex\Edifact\Serializer::escape() must be of the type string, null given, called in /var…
-
ErrorException
Array to string conversion
edifactParser/vendor/chemaclass/edifact-parser/src/Segments/SegmentFactory.php at line 84
77 public static function withDefaultSegments(): self
…
ci4me updated
2 weeks ago
-
My organisation has a "black box" legacy piece of software that produces and consumes EDIFACT 91.1 messages: invoices, orders and dispatch advice. Due to issues with this software we would like to wri…
-
I edited your code and included a beautifier for EDIFACT messages (https://en.wikipedia.org/wiki/EDIFACT), which are used e.g. in (mostly B2B) e-commerce. would you be interested in a pull request?
I …
repat updated
9 years ago
-
### Describe the Bug with repro steps
All our consumption logic apps that use integration account (xslt transformation, liquid, edifact encoding) can't be edited in the portal and for some the logic…
-
Hi there,
It would be nice if Smooks had bindings and mappings for EDIFACT 91-1.
Reason: my organisation has a "black box" EDIFACT system for Invoices, Orders and Dispatch Advice, we produce and…
-
Hi,
In case you want to revert the generated XML back to Edifact format you might use attached Java program. Please note that changing the order of the XML elements, or adding / removing them, will r…
tdijk updated
6 years ago
-
Does EDI.Net suport Edifact DESADV messages (deserialize)?
If no, how to add it?
-
I am running the edifact-to-xml example and I see what it seems to be very high RAM and CPU utilization. Running it on a Mac with M2 and 24GB under latest macOS, as well as under Ubuntu 22.04.5, 2GB, …