A simple graphical tool to inspect and validate EDI files (EDIFACT format).
It highlights common structural issues, starting with BGM segment verification.
- Open EDI files (
.txt,.edi, etc.) via a file dialog - Display EDI content in a scrollable text area
- Highlight lines with structural issues in red (e.g. incomplete BGM segment)
- Easy to extend with new validation rules
Basic Tkinter interface with a button to open EDI files and a live viewer.
Make sure you have Python 3 installed.
git clone https://github.com/<your-username>/edi-inspector.git
cd edi-inspector
python main.py