Group Control Numbers

Index

    Group Control Numbers

    By default EDIFileJoiner will automatically add the GS Control Numbers at element 6 of the GS segment and 2 of the GE segment. This feature can be turned off using the AutoGenerateGSControlNumber property.

    Example

    EDIFileJoiner joiner = new EDIFileJoiner();
    AutoGenerateGSControlNumber = false;

    in EDI File Joiner
    Did this article answer your question?