An example would be if we needed to set a specific MSH SEQ(5) depending on some data content so the configuration file would contain a vlaue pair of:
MSH5=TextToBeWrittenToMSH5
I have some tcl that I use to read a configuration file to determine file output format like filename and extension. We use this if we need to create an output file with a name that contains data from the message.
Any ideas on how to implement something like this via an xlate or is there another way to pick up user data during the xlate?