ekt parser

This block is part of the edifact group and was last modified in core v10.4.28.

ekt parser v10.4.28

Parses an edifact ekt file and returns it as an object with headers and lines

In pins 1 + flow
  • flow
    flow
  • file required
    file
Out pins 3 + flow
  • flow
    flow
  • output
    object
  • success
    condition
  • error
    value

Reads the first non-media file from the file pin (audio/image/video extensions are skipped; inline content on the file object is used without disk access), parses it as EDIFACT, and outputs the {headers, lines} structure with success=true. No usable file : empty pin, only media files, or an unreadable path : fails with success=false and error "No file selected".

A typical wiring for ekt parser: a function trigger starts the flow; get file from assets feeds the file pin; the flow out pin feeds debug.

Studio canvas example for the ekt parser block: typical wiring for ekt parser.

Version history

Introduced in v10.4.28.


Back to edifact Return to the main group to view all sub-groups Back to edifact Return to the group to view all blocks within this group