The input file can have all zero’s or valid numbers (Telephone #). In the Xlate, I need to format this number for the receiving system, but if “all zero’s”, null out the HL7 field.
When executing my “IF” statement ( tried > 0, gt 0, gt @null, > @null, > =0……and could go on and on ) the process will panic.
Tried using the testing tool to check the file against the .frl – in the lowest detail mode, the value displayed is “all zero’s”, but when expanding to more detail (mode 2 -4) the value displayed is null/nothing.
Other than defining this field from the input file as a string, why would this not work ?
Any suggestions that could shed light on this issue would be appreciated