Article: EDIFileScrubber – Auto Detection Of Delimiters

EDIFileScrubber – Auto Detection Of Delimiters

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

// Create an instance of the EDIFileScrubber object
EDIFileScrubber scrubber = new EDIFileScrubber();

scrubber.AutoDetectDelimiters = true;

Related Articles

Main Categories