Reading large files ?
Is it possible to read just segment loops rather than a complete transaction? I have an 816 that is large in size (35MB) and each update is in an HL segment within one transaction.
Is it possible to read just segment loops rather than a complete transaction? I have an 816 that is large in size (35MB) and each update is in an HL segment within one transaction.
Comments
1 comment
Absolutely, our transaction splitting technology allows for splitting by a loop at first level. All you need to do is to inherit the class for the repeating loop from EdiItem like this:
[Serializable()]
[Group(typeof(HL))]
public class TS816_HLLoop1 : EdiItem
Splitting the transaction into parts does preserve the ability to generate acknowlegment for the functional group and you can happily publish to AckMan if you need acknowledgements generated.
Please read about transaction splitting here.
Please sign in to leave a comment.