One system in particular needs the insurance and guarantor information but because during the registration process STAR sends out “” in the GT1 and IN1 segments in A08 messages before the final A04 or A01 goes out, it messes up the downstream system.
I am trying to find a way, either in an XLT or with TCL, to check the GT1 and IN1 segments for “” and change them to @null only if it is not a technically legitimate “”. In other words I need to find a field that should never have “” (I am thinking IN1:1 and GT1:1) to check and if it contains “” copy @null to the entire segment. So far I have had no luck with checking for the double quotes, they just seem to get ignored. Any help and suggestions are greatly appreciated.