Transform Data Into Speaking Format AND BACK #125
AlexanderWelberg
started this conversation in
General
Replies: 1 comment 2 replies
-
Try to call rebuildArray() from Interpreter and then pass the result to EDI\Encoder, it should be what you are looking for 🙂 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
using this bundle you can create a edifact transformation into human readable array like this:
This will generate a very nice assoc array. But I struggle to reverse this process and generate and edifact message out of the result. Is there a Builder or something to accomplish reverse the process?
I hoped for something like
Beta Was this translation helpful? Give feedback.
All reactions