Tagged Questions

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.

learn more… | top users | synonyms

6
votes
8answers
4k views

Is there any good open source EDIFACT parser in Java?

Parsing EDIFACT can be a daunting undertaking. Is there any good open source library that can help?
5
votes
6answers
2k views

.NET EDIFACT/X12 Framework

We need to process some EDI messages for a client and i was wondering if any of you could recommend some components (not necessarily free) that could do the task. I'm interested in a framework that ...
2
votes
3answers
308 views

.NET sending email attachment with custom Mime type

I need to create an email message with an attachment. The attachment contains a EDIFACT message.I need to define a custom Mime type for this attachment or something. I need to define a Mime Type ...
1
vote
1answer
67 views

Defining tokens at runtime

I want to write a parser for EDIFACT messages with JavaCC. My problem is that I cannot define all terminal symbols before parsing a message because at the begining of each message there is a so called ...
1
vote
2answers
194 views

EDIFACT macro (readable message structure)

I´m working within the EDI area and would like some help with a EDIFACT macro to make the EDIFACT files more readable. The message looks like this: data'data'data'data' I would like to have the ...
1
vote
1answer
880 views

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 ...
0
votes
1answer
19 views

Edifact - Can UNG/UNE block be empty (contain zero messages)?

In the EDIFACT structure you can use UNG/UNE segments to group a set of messages functionally inside an interchange (UNB/UNZ segments). The functional groupings can be used to provide an extra layer ...
0
votes
1answer
23 views

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 ...
0
votes
2answers
60 views

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!
0
votes
1answer
193 views

Problems with smooks

I am currently evaluating smooks (www.smooks.org). It looks just like what we need but I am having problems getting a simple example to work. I've got an ant script which downloads me all the ...
0
votes
1answer
432 views

EDIFACT to PHP array

I need to convert Edifact messages to a PHP array. The message standard which should be supported is MEDVRY. How to program that?
0
votes
2answers
462 views

Create a javax.mail message of mimetype: application/EDIFACT

I Am working on an application that can send EDIFACT messages by mail. The sending and receiving mail is no problem, receiving an EDIFACT message (send by another application) works as well. EDIFACT ...
0
votes
3answers
726 views

How to Generate Edifact message from a xml?

I'm currently dealing with customs messages Beans in Java. After filling in the Beans with different values, I want to produce an EDIFACT CUSDEC message corresponding to each message. For each ...
0
votes
1answer
255 views

EdiFact, mapping Copaym - Coplat messages

I have a Coplat message in the following format DEB1234567890 5 CODE1 5 2007020610471COPLAT0 (... other data here ....) DEB1234567890 5 CODE2 5 2007020610471COPLAT0 (... other ...
0
votes
2answers
761 views

Does anyone have a sample file in X12 or EDIFACT that contains binary data?

I'm looking for at least one sample file each in EDIFACT and X12 that show binary enclosures. The EDIFACT one should include the data wrapped in UNO/UNP segments, and the X12 one needs to use one of ...