
Improves EDI Validator and EDILightWeightDocument features.
Features
- EDI Validator
- Added new InvalidTextValue Error Type – Created when an element value contains empty characters on the end.
- DTP segments with DTP02 value equal to D8 are now automatically checked for valid dates in the CCYYMMDD formats.
- DTP segments with DTP02 value equal to RD8 are now automatically checked for valid date ranges in the CCYYMMDD-CCYYMMDD formats. The date range is also validated.
- EDILightWeightDocument
- ToXml() method will now add the element number in a ‘Name’ attribute.
- ACK 999
- Updated to include InvalidTextValue.
- ACK 997
- Updated to include InvalidTextValue.