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
0
votes
1 answer
AS2 support on BizTalk Server 2010
I am running into a scenario, where our client sends the data as EDIFACT file via AS2 protocol and we have hosted our web application in windows server 2003 R2 Standard edition.
Now we want to read the incoming EDIFACT file from our Client via…

Deepan Maheswaran
- 73
- 1
- 13
0
votes
2 answers
Generate EDIFACT in zend framework php
Hello I am new to ZEND framework. I have xml file of an order and I am trying to prepare EDIFACT file of same using zend but I am not getting any idea how to achieve this? I have read the documentation of EDIFACT and also got code from Google Codes…

Sohil Desai
- 2,940
- 5
- 23
- 35
0
votes
1 answer
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 data here ....)
FIN00000245
the above…

0xFF
- 4,140
- 7
- 41
- 58
0
votes
1 answer
How to disable segment ordering validation?
I'm receiving an EDIFACT message that I need to process using Biztalk. When Biztalk picks up the file, it puts an error entry in Event Log:
Error: 2 (Segment level error) SegmentID: MEA Position in TS: 5442 15:
Use of segment, data-type or…

Davita
- 8,928
- 14
- 67
- 119
0
votes
2 answers
Biztalk EDIFACT processing
I'm trying to process an edifact file using Biztalk. I have setup a very simple map which is applied to send port. However, Biztalk complains about the message. I tried searching the net, but without any result. You can see the edi file here. I have…

Davita
- 8,928
- 14
- 67
- 119
0
votes
1 answer
lookin' for a source to understand/learn EDI messages at spanish
Well, does anybody know about an good source to learn about EDI messages? (by example the message 856 (ASN)). I would like a source in spanish language, but english it's acceptable too, something for dummys,blog,book/ebook,documentation,etc... step…

Allende
- 1,480
- 2
- 22
- 39
0
votes
1 answer
Splitting up EDI orders
We are implementing edi order processing and are currently about to check how we set up the interface.
Usually a order may carry multiple positions. For our customer it seems that an incoming order may need to be split up in multiple orders if they…

Udo Held
- 12,314
- 11
- 67
- 93
-1
votes
1 answer
How can I split a string into non-constants of the Regex (C#)
I'm coding an Edifact Reader. An Edifact file consists of string lines like this:
string row = @"ABC+1+E522017332:101111757+MAX:MUSTERMANN:16890224+9'";
There is a set of rules that describe a valid line like this. The RegEX translation of this…

Andrej Z.
- 45
- 6
-1
votes
1 answer
Remove EDIFACT messages from string in Python
A sample EDIFACT message looks like this:
UNB+AHBI:1+.? '
UNB+IATB:1+6XPPC:ZZ+LHPPC:ZZ+940101:0950+1'
UNH+1+PAORES:93:1:IA'
MSG+1:45'
IFT+3+XYZCOMPANY AVAILABILITY'
ERC+A7V:1:AMD'
IFT+3+NO MORE…

Deepak Aggarwal
- 67
- 1
- 2
- 16
-1
votes
2 answers
EDIFACT message parser
I have the following example EDIFACT with two messages within an interchange.
UNA:+.? 'UNB+IATB:1+6XPPC+LHPPC+940101:0950+1'UNH+1+PAORES:93:1:IA'MSG+1:45'IFT+3+XYZCOMPANY AVAILABILITY'ERC+A7V:1:AMD'IFT+3+NO MORE…

Intrepid
- 2,781
- 2
- 29
- 54
-2
votes
2 answers
-2
votes
1 answer
BizTalk support on EDIFACT for Postal Transactions
We are in a need of understanding the capability of BizTalk on EDIFACT for postal transactions.
We need to understand whether the following postal EDIFACT transactions are supported by BizTalk.
1. PREDES
2. PRECON
3. CARDIT
4. RESDIT
5. …
-4
votes
1 answer
EDIFACT to DB Objects or DB
I'm looking for a tool that provides both C# API that we can use in code and a Script to transform an EDIFACT File (ISO 9735) to XML or other formats such as CSV. We are building a system that will help us to translate EDIFACT data that we get from…

user3430726
- 55
- 1
- 7