Function edi::loose_parse

source ·
pub fn loose_parse(input: &str) -> Result<EdiDocument<'_>, EdiParseError>
Expand description

This is an alternate parser which does not perform closing tag validation. If you are receiving EDI documents which have had less rigor applied to their construction, this may help. The number of documents in the confirmation and the IDs on the closing tags don’t need to match.