Article: Auto Detection of Delimiters

Index

Auto Detection of Delimiters

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

Example

// Create an instance of the EDIFileLoader object
EDIFileLoader loader = new EDIFileLoader
loader.AutoDetectDelimiters  = true;

Related Articles

Main Categories