EDI File Joiner – Auto Detection Of Delimiters – JS

Index

    Auto Detection Of Delimiters

    EDIFileJoiner 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 EDIValidator detects the special delimiter characters while validation is being performed. Validation and parsing is then performed from this point as usual.

    Example

    joiner.AutoDetectDelimiters = true;

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