I need to set up a translation where I need to keep OBX|1| exactly like it is, but for each iteration of OBX starting with the 2nd iteration, I need to copy each iteration into an iteration of NTE starting with iteration 1. Like this:
OBX|1| –> OBX|1|
OBX|2| –> NTE|1|
OBX|3| –> NTE|2|
In the end, there should only be 1 iteration of OBX in the message, and then multiple iterations of the NTE segment that follows.
Any ideas?