Article: EDI File Scrubber Auto Detection of Delimiters – JS

EDI File Scrubber Auto Detection of Delimiters – JS

Index

Auto Detection of Delimiters

EDIFileScrubber has a Delimiter property that can be set if delimiters are known beforehand. It also has a property called AutoDetectDelimiters. By enabling this property EDIFileScrubber detects the special delimiter characters while scrubbing is being performed. Scrubbing is then performed from this point as usual.

Example

scrubber.AutoDetectDelimiters = true;

Related Articles

Main Categories