batchCharacterEncoding="ASCII_B" |
Character encoding used for writing messages. There must be one defined in each EDIFACT syntax version. |
batchSendSyntaxVersion="VERSION4" |
Syntax version for Send messages. Used to determine the data structures for service segments and CONTRL acknowledgment message structures in DataSense metadata for both Send and Receive. |
batchLineEnding="NONE"/"LF"/"CRLF"/"CR" |
Line ending to add between segments. Improves the readability of the output message text by adding line endings between segments. |
batchUseCRLFLastLine="false" |
Use the configured Segment Line Ending value at the end of the last line. |
batchAlwaysSendUNA="false" |
Always send the UNA service segment. A UNA is included only in an interchange when the syntax separator characters don’t match the defaults for both the syntax version and character encoding when in use. Setting to true means a UNA is always sent. |
batchEnforceWriteCharacters="true" |
Enforce valid characters for a Write operation. This applies when using syntax levels UNOA and UNOB. |
batchSendUniqueMessageNumbers="false" |
Send unique Message Reference Numbers (UNH.1). false (default) assigns Message Reference Numbers sequentially within each interchange and reuses them in a different interchange. true assigns unique transaction set numbers across all interchanges sent to the same partner. It is derived by the interchange sender and recipient identification. |
useBatchFunctionalGroups="false" |
If true, the connector classifies each message by the corresponding functional group (UNG-UNE). By default, messages are not classified by functional group. |
batchSendUniqueGroupNumbers="false" |
Send unique group reference numbers (UNG.1). By default, the connector assigns message reference numbers sequentially within each interchange and reuses them in different interchanges. If true, the connector assigns unique message reference numbers across all interchanges sent to the same partner, as determined by the interchange sender and recipient identification. |
batchInitialInterchangeReference="1" |
The initial interchange control reference used for outgoing messages. |
batchInitialGroupReference="1" |
The initial group reference number used for outgoing messages. |
batchInitialMessageReference="1" |
The initial Message Reference Number used for outgoing messages. |
batchRequestAcks="false" |
Request acknowledgments for Send interchanges using the Acknowledgment Request field (UNB.9). |
batchTestIndicator="" |
Test indicator digit used on Send interchanges (UNB.11). By default interchanges are not sent as tests. |
batchUseSuppliedValues="false" |
Choose your own data values for control-segment identifiers such as UNB and UNZ segments or use the supplied values. false always generates control numbers when writing, letting you choose values. |
batchOutputEdiMimeType="APPLICATION_PLAIN"/"APPLICATION_EDIFACT" |
Output MIME type of the message. |
batchInterchangeControlNumberKey="" |
Interchange number key for object store. If a key is specified, then that key is used for subsequent operations involving the object store for interchange control numbers. |
batchGroupNumberKey="" |
Group control number key for the object store. If a key is specified, it is used for subsequent operations that use the object store for the group control numbers. |
batchMessageControlNumberKey="" |
Message control number key for an object store. If a key is specified, it is used for subsequent operations that use the object store for the message control number. |
batchEnforceLengthLimits="true" |
Enforce minimum and maximum lengths for write values. If true, a element with values too long or too short throws an exception; if false, the values are used anyway. |
batchTruncateExceedingMaxLength="false" |
Truncate to the maximum lengths for received values. |
enforceCodeSetValidationsBatch="false" |
Enforce code set validations on the Write Batch operation. |
batchUseVersionAssociationCode="false" |
Enforce Edifact version using UNH0205 (association code) on the Write Batch operation. |