119 questions
0
votes
0
answers
57
views
UN/EDIFACT parser security: DoS vectors possible with malicious documents?
I'm still learning EDIFACT. And while reviewing EDIFACT parser software, I'm wondering if it's possible, within UN/EDIFACT Syntax, to build a document that expands and blows up when parsed?
Known XML ...
2
votes
1
answer
101
views
Check if string only contains characters from a certain ISO specification
Short question:
What is the most efficient way to check whether a .TXT file contains only characters defined in a selected ISO specification?
Question with full context:
In the German energy market ...
0
votes
1
answer
274
views
Mscons SmooksException org.milyn.javabean.BeanInstanceCreator
I'm encountering a problem with the following (anonymized) mscons file, that I try to read with mylin-smooks:
UNB+UNOC:3+1111111111111:502+1111111111111:502+240102:1602+XXX12345678910++TL
'UNH+...
0
votes
3
answers
231
views
Are there any standards for APIs (like EDI), like message for placing order, retrieving prices, stocs, etc?
I'm about to design a (REST) API for a custom ERP solution. The API will then be connected to some EDI solution.
Are there some standards, common message format for contracts like placing orders, ...
0
votes
0
answers
691
views
How to use EdiTools library for converting XML data to EDI format in C#
Currently I am looking for any EDIFACT package so that I can convert an XML data packet to EDIFACT.
I did't find any package, after soo many finding I have found 'editools' package.
Github repo link : ...
0
votes
1
answer
226
views
How can we understand what the data in the edifact file belongs to?
I have converted any edi file to xml using this repository edifact-reader-github-repository. For an instance see in the following xml file:
This is my un/edifact file:
UNB+UNOA:1+US::US+50138::THEM+...
0
votes
1
answer
660
views
How to generate xml data from edifact data with c# code
I am new to edifact parsing.Could you please share sample code which converts edifact string to xml with c# code.I can't use third party libraries in my project.Please help with samples.
1
vote
1
answer
1k
views
EDIFACT-to-Java Compiler for Smooks v2
I am trying to create Java bindings for EDIFACT messages using Smooks. In particular, I want to automatically generate Java classes and corresponding mappings using Smooks. To this end, Smooks 1.x ...
0
votes
2
answers
300
views
How can I put an an EDIFACT message (containing multiple special characters and multiple lines) in a variable using groovy?
I have an EDIFACT message, which looks something like this:
AAA:+.? '
ABC+ABCD:1+ABCDEFG:ZZ+ABCDEF:ZZ+123456:2042+12345678901++ABCD'
DEF+ABCD+LH+FVKJUB+20000:2042+Y1234567+UN+D:21B'
GHI+1+ABCD:D:11A:...
0
votes
1
answer
654
views
Python edifact library won't work on windows 10
Hello and thanks in advance,
Python is a languge I don't often use but I am interested in an edifact library called pydifact I found on github. I run the example, it runs fine on linux but I get an ...
2
votes
0
answers
319
views
Using Mapping Model to convert Smooks generated XML to EDI
I'm using smooks 1.7.1 with mapping model d06a-mapping-1.4 to generate Smooks XML but after that I I would like to revert that operation. Is there any way to use the same mapping model to get Edifact ...
1
vote
1
answer
129
views
OpenAS2 edict order to Woo order how?
we have successfully setup the OpenAS2 (https://github.com/OpenAS2/OpenAs2App)to send messages between our partners.
We are receiving orders from our partner in the EDI (edifact) format. Does anyone ...
1
vote
1
answer
228
views
How to add empty string when 2 delimiters one after another with String.split()
I'm quite new to regex and I have to split EDI files for a loader I'm developing. If you are not familiar with it, here is an example of 2 segments (modified to explain all so it's not a real example):...
0
votes
1
answer
798
views
Azure Logic Apps "Encode to Edifact" require body to have UNA or UNB as the first segment
We're trying to build a new EDI solution where we utilize the various action available via Logic Apps and integration account in Azure.
We have successfully got the decode part working with various ...
0
votes
1
answer
215
views
EDIFACT Numbers
EDIFACT-Numbers
Please, can someone help me with the figures / numbers yellow marked?
What are they for and how are they as well as with which priciple are set?
Thanks!