Article: EDI File Loader Auto Detection of Delimiters – JS

EDI File Loader Auto Detection of Delimiters – JS

Index

Auto Detection of Delimiters

EDIFileLoader has a Delimiter property that can be set if 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.

Example

fileLoader.AutoDetectDelimiters = true;

Related Articles

Main Categories