Skip to content

Instantly share code, notes, and snippets.

@philippnagel
Last active March 1, 2020 17:23
Show Gist options
  • Save philippnagel/fceca3785953dadf7169b458317114c3 to your computer and use it in GitHub Desktop.
Save philippnagel/fceca3785953dadf7169b458317114c3 to your computer and use it in GitHub Desktop.
This gist describes how to use Sublime Text 3 to work with EDIFACT. I use this in the energy industry ("edi@energy").

Editing EDIFACT files with Sublime Text 3

Sublime Text is a commercial and cross-platform text editor that can be used for free. It can be downloaded from their official website or through your local package manager.

Sublime Text includes a built in package manager that includes an EDIFACT plugin. The plugin is also available on Github.

To beautify an EDI file simply search for the delimiting element ' and replace all delimiters with \n.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment