We’ve done this many times outbound appending msgs to one file. We’ve done this many times using individual messages inbound to a process.
We have never done multiple messages contained in one file. Seeking assistance on the best way to tackle this. The file terminates each message within the file with a FS [file separator].
I assume we would parse a local directory for the file, then on the TPS inbound data invoke a tcl. proc to foreach through the message looking to rebuild each message until it finds a file separator?