RDPCrystal EDI Library のリリース

Released: Nov 22, 2017

8.3 での更新項目

機能

  • EDIValidator - Better handle segments that are out of order.
  • Added support for .NET Core 1.6 and .NET Core 2.0.

Released: Oct 2, 2017

8.2 での更新項目

機能

  • EDIValidator - Added the ability to handle segments that don’t belong in a loop or are loop segments.

Released: Aug 9, 2017

8.1 での更新項目

機能

  • EDIFileLoader - FlatStructure property added to group ISA segments into top level messages.
  • EDIValidator - Summary, elements can now be used as both a summary parent and summary child at the same time.
  • EDIValidator - Summary, a summary parent’s value can be that of the repetition count of another segment.
  • EDIValidator - Rules. The following rule error types were added (SegmentNotUsed, SegmentMissing, SegmentRecommended, SegmentNotRecommended).
  • EDISpecification - Find Specification methods now...

Released: Jul 12, 2017

8.0 での更新項目

機能

  • TypedDocuments - CL1 segment added for 837I.
  • EDIValidator - StringSplitter added to help reduce memory use.
  • EDIRulesReader - Handle SAMPLE DATA section properly.

Released: Jun 23, 2017

7.9 での更新項目

機能

  • Better support for loading loops that are used more than they are required.

Released: Jun 2, 2017

7.8 での更新項目

機能

EDILightWeightDocument

  • Added NewLineAfterSegment property.
  • Added AutoPlaceCorrectNumOfGT property.
  • Added AutoPlaceCorrectNumOfST property.

EDI Rules Creator Studio

  • Added warning when adding code list entries with special character , and ^.
  • Message to save and reload rules file after template segment changes.

Released: Apr 30, 2017

7.7 での更新項目

機能

  • TypedDocuments - GenerateEDIFile(WriteArguments writeArguments, string file) added.
  • Installation - More simple installation.

不具合の修正

  • EDIValidator - Rules fix for properly processing greater than/less than operators.
  • TypedDocuments - Fix for typed PLB segment.

Released: Apr 18, 2017

7.6 Hot Fix での更新項目

機能

  • EDIDocumentViewer - Show segment loops that repeat >1 or for a fixed amount of time.
  • EDIValidator - Better validation error messages.

不具合の修正

  • EDI Rules Creator Studio - Fix bug in ‘Rules Tester’ where an index out of range exception occurs if the editor does not have enough lines.
  • EDValidator - Fix for detecting infinite loops in EDI data.

Released: Apr 6, 2017

7.6 での更新項目

機能

  • EDILightWeightLoop - ToEDIString() method added.  When this method is called it will return all the segments under this loop.
  • EDI Rules Creator Studio now has the ability to test EDI data against rules directly in the application.
  • Typed Documents - You can now inherit directly from the ISA document segment.

Released: Mar 16, 2017

7.5 での更新項目

機能

  • Support more flexible conditions in the EDI Validator Rules control.
  • EDI Parsers - Better at handling large files across networks.
  • EDIValidator - EDIFileLines now contains all an array of lines when loading EDIFACT.
  • Typed Documents - Now contain a GenerateEDIFile method to write contents out to a file.