United Nations/Electronic Data Interchange For Administration, Commerce and Transport (UN/EDIFACT) is the international EDI standard developed under the United Nations. The work of maintenance and further development of this standard is done through the United Nations Centre for Trade Facilitation and Electronic Business (UN/CEFACT) under the UN Economic Commission for Europe, in the Finance Domain working group UN CEFACT TBG5.
Questions tagged [edifact]
118 questions
2
votes
1 answer
Exception in EDI Stream to Java Object conversion
I am trying to read an EDI Message and converting it to Java object ,but I am ended with below exception .
Exception in thread "main" org.milyn.SmooksException: Failed to filter
source. at
…

chandiprasad
- 161
- 3
- 13
2
votes
2 answers
Open source EDIFACT BAPLIE parser in .NET?
How I can read EDIFACT BAPLIE file in C# or VB.NET?
Is there any Open Source to read EDIFACT BAPLIE file in .NET?

Atul Rawat
- 41
- 1
- 3
2
votes
2 answers
Include empty EDIFACT segment in BizTalk with separators
One of our trading partners requires an IMD+F segment per item in their EDI invoice, even if it's empty. They want it to look like this:
IMD+F++:::'
In the XSLT that maps to the EDIFACT (D96A) Invoice, I have the following:
…

MarioDS
- 12,895
- 15
- 65
- 121
2
votes
2 answers
Append invoice list EDI message on outgoing batch
One of our partners requires that a "summary" edi message is appended to any EDI invoice interchange (apparently known as "invoice list"). This message contains a reference that every individual invoice should have in an RFF segment, as well as the…

MarioDS
- 12,895
- 15
- 65
- 121
2
votes
1 answer
Enum.ToString() returns a wrong description c#
We have a big Enum class for EDI Fields, just to make a short example, the enums are declared like:
[Description("Ebene")]
Ebene,
[Description("Zaehlpunktdaten")]
Zaehlpunktdaten,
[Description("Zaehlpunkt")]
Zaehlpunkt,
.
.
Well, the enums works…

Nekeniehl
- 1,633
- 18
- 35
2
votes
1 answer
Setting EDIFACT delimiters in party agreement
I am currently implementing an EDI solution in BizTalk Server 2010.
This is the scenario:
BizTalk is responsible for the correct message routing between a X.400 mailbox and the customer's ERP software. It is also used to put information about the…

Prometheus
- 21
- 2
2
votes
1 answer
How to generate EDIFACT messages (IFIMIN) from .net (C#)?
I am about to start a project where I need to generate an EDIFACT message (message type: IFTMIN). Since my project is .net based (C# + asp.net) I am looking for advise on generating EDIFACT messages in .net.
Is there a free (possibly open source)…

Egil Hansen
- 15,028
- 8
- 37
- 54
2
votes
3 answers
Matching double line breaks using Regex
I am writing a Regex that will extract the various pieces of information from an EDIFACT UN Codes List. As there are tens of thousands of codes I do not wish to type them all in so I have decided to use Regex to parse the text file and extract out…

Intrepid
- 2,781
- 2
- 29
- 54
1
vote
1 answer
Can EDI document contain a NUL (0x00) character inside?
I have a question about EDI document (either x12 or edifact format),
Does anyone know that can it contain a NUL (0x00) character inside?
Since I am implementing an EDI parser and parsing terminates once it encounters NUL char.
Thanks

kai
- 1,141
- 3
- 15
- 25
1
vote
2 answers
Does the structure of "UNB" and "UNH" segments differs over different EDIFACT versions?
does any one know whether the structure of "UNB" and "UNH" differs between different EDIFACT versions?
Thanks!

kai
- 1,141
- 3
- 15
- 25
1
vote
1 answer
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 provides the EDIFACT-to-Java-Compiler (EJC).
With…

Ulrich Schuster
- 1,670
- 15
- 24
1
vote
1 answer
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 have an suggestion how to best translate this…

Bodlund
- 81
- 8
1
vote
1 answer
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…

Paddy Mariage
- 69
- 8
1
vote
1 answer
Set data in UNB segment EDIFACT
Do you know how I can set UNB in EDIFACT?
I have a CSV input file:
VRD1;100;200;0;0;L
And the output should be:
UNA:+.? '
UNB+UNOA:2+100:14+200:14+200305:0704+00000000000000++AAA'
UNH+1+INVRPT:D:96A:UN:EAN005' …

Anca Muresan
- 31
- 3
1
vote
1 answer
How to parse EDIfact file containing multiple items using EDI.Net?
I am using EDI.Net from indice-co and i have a EDI file that contains multiple items, when i use the EdiGrammer.NewEdiFact and read the file using stream and deserialize it I get only 1 item from the file, the top most; how do i read the file using…

Ratan Servegar
- 375
- 1
- 6
- 21