Edifact-parser
A international standard for electronic data interchange (EDI).
Related pages:
Edifact-parser Technical Notes
Authentication
This component requires no authentication.
How it works
EDIFACT Parser component expects an incoming message(es) with EDI attachment(s) in it. You can test it using SFTP component like this:
Sample example:
{
"result": [
{
"elements": [
["UNOA", "1"],
["005435656", "1"],
["006415160", "1"],
["060515", "1434"],
["00000000000778"]
],
"name": "UNB"
}
]
}
Sample EDI files you can find here, and here you will see resulting JSON message body after parsing.
Technical Notes
The technical notes page gives some technical details about Edifact-parser component like changelog.
Triggers
This component has no trigger functions. This means it will not be accessible to select as a first component during the integration flow design.
Actions
EDIFACT Parse
EDIFACT Parse action expects an incoming message(es) with EDI attachment(s) in it.
Sample EDI file you can find here, and here you will see resulting JSON message body after parsing.