Nothing you paste is stored, logged, or sent anywhere. The cleanse and inventory run in memory and are gone once the response is returned.
Paste an EDI interchange. It's cleansed with x12-tidy first, then walked segment by segment, in the exact order they appear -- no deduplication, no merging (that's what Segment inventory is for). Every element's value (N101, REF01, BEG03, and every other position -- see element_definitions.py for what's covered) gets its own row, shown alongside the exact segment it came from. Built for troubleshooting: answer "where did that value come from?" without hunting through raw text.
Nothing you paste is stored, logged, or sent anywhere. The cleanse and inventory run in memory and are gone once the response is returned.