Index
Getting Raw EDI Data After Validation
EDIValidator allows you to retrieve the raw EDI data after validation. The raw EDI data is placed in an array. Each index represents one line from the EDI data. EDIValidator has this data available through the EDIFileLines property.
Example
let lines = ediValidator.EDIFileLines;