Segment inventory
Paste an EDI interchange, cleanse it, and get its unique segments -- each one listed once, not once per repeat -- grouped by transaction set type. A checklist of what this EDI requires, for writing an implementation convention.
Code inventory
Paste an EDI interchange, cleanse it, and see every element's value in its actual position in the file, one row per occurrence, in true document order -- for troubleshooting: answer 'where did that value come from?' without hunting through the raw text.
Convention importer
Upload a DLA/DLMS-style implementation convention PDF and get its segment table plus every element's definition and code meanings, extracted straight from the document -- a starting point for building a convention table without retyping it by hand.
Reference data
Browse every segment and element this tool knows about, straight from segment_names.py and element_definitions.py -- searchable and sortable, so you can check coverage before pasting a file.
EDI Repair
A sibling tool, not part of this repo: paste a malformed X12 interchange and get back a conformant copy plus a per-pass report of every fix -- locate the ISA, recover delimiters, pad short elements, rebuild the envelope. Same privacy stance, nothing stored.