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;

    in EDI File Loader – JS
    Did this article answer your question?