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
1
vote
1 answer
AMAZON EDI / required payer name in NAD+IV segment is longer than 35 character limit
I am working for a big manufacturer and supplier to Amazon. We are currently in testing mode with them for EDI. We are using AS2, EDIFACT standard, like required from Amazon. regarding INVOIC messages, Amazon is insisting on a specific payer address…

hattiflatti
- 31
- 3
1
vote
1 answer
Empty segment in edifact file
Is it possibme to have an empty segment.
Like for exemple the segment PAC in the exemple below:
...
LOC+9+ESALG'
PAC'
PCI++1'
...

Asy
- 181
- 8
1
vote
1 answer
How to parse EDIFACT file data using apache spark?
Can someone suggest me how to parse EDIFACT format data using Apache spark ?
i have a requirement as every day EDIFACT data will be written to aws s3 bucket. i am trying to find a best way to convert this data to structured format using Apache…

VVGSRK
- 33
- 4
1
vote
0 answers
SWIFT MT 940 Parser/Converter
I am working at the moment on Bank Statements Integration and I was wondering if there are any converters that can convert my Bank Statement in SWIFT MT940 format into other Bank Statements formats like:
BAI2
EDIFACT FINSTA
ISO20022 CAMT052 V1 -…

Sofia B.
- 29
- 1
- 5
1
vote
1 answer
EDIFACT DELFOR Decoding in Azure Logic Apps
I am moving from X12 into other formats with Logic Apps + Integration Account, without much EDI or LA experience.
Here is my DELFOR…

Tom Schulte
- 419
- 1
- 6
- 20
1
vote
1 answer
What is the alternative of BizTalk Party for EDI
Im currently dealing with an issue wherein Control Number in Party agreement is being reset upon undeploying the application and redeploying it. Thus, we are looking on ways on how to generate the EDI without the use of BizTalk Party.
In addition,…

jgpadilla04
- 95
- 8
1
vote
1 answer
UN/Edifact Segment Terminator
I understand that edifact syntax for the segment terminator is character " ' ". I have a situation where I receive an edifact file with no segment terminators
example instead of IFT+3+XYZCOMPANY AVAILABILITY' my segments ends like IFT+3+XYZCOMPANY…

felix
- 123
- 1
- 6
1
vote
2 answers
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?

Sarah
- 281
- 3
- 7
- 13
1
vote
1 answer
Convert XML or Json to EDIFACT
So i have started to work with conversion from XML or JSON to Edifact (EDI), and i have no idea where to begin. i have started to read a bit about edifact and i thought id post a question here to maybe get some pointers of what is good to know and…

H4p7ic
- 1,669
- 2
- 32
- 61
1
vote
2 answers
BizTalk 2013 - AS2 SelfSigned
While trying to send EDIFACT messages through AS2 protocol I’m getting the following entries in the Event Log regarding signature:
Ad 1)
Source: BizTalk Server EDI
Event ID: 8132
General:
A BTS MIME error was encountered when attempting to…

LoginName
- 11
- 1
1
vote
0 answers
Parse EDIFACT UN in Python
I need to parse EDIFACT message in python.
To find segment e.g UNB I am trying to use regex
pattern = "UNB(.*?)(?

Jan Červený
- 43
- 6
1
vote
2 answers
How do I read the delivery date from Edifact d96a .txt-file?
I have a problem retrieving the delivery date from .txt-file sent with EDI.
My customers have to opportunity to set the line in a .txt-file:
'DTM+76:20160702:102
when they order something from the website to set delivery date for future…

Erik Sellberg
- 511
- 1
- 9
- 23
1
vote
1 answer
aperak edi file in mule dataweaver
I am trying to create aperak-edifact file from mule data weaver component.
Here is my piece of code

mule-user
- 223
- 5
- 22
1
vote
1 answer
wso2 esb smooks un/edifact 96a EDI to XML
I have little to begin with WSO2 ESB and need to create a scheme that allows me from a .edi file (96a) obtained via VFS (which has already been enabled) transform it into a XML ... for this I am using Smooks and UN / EDIFACT to perform the parsing.…

Hans Buddenberg
- 31
- 6
1
vote
3 answers
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 attribute of a message Bean, I have the information to…

Clem
- 231
- 1
- 9
- 24