I have a hopefully easy question I am having an issue with. I am taking an inbound HL7 message and if it is missing a specified field I send that message to a file for review. I’ve gotten this to work with multiple HL7 messages to files in the past but this time I need to send it to a human readable file. I have all the values comma separated but I can’t get it to do a CRNL at the end of each record.
My process is, I check for the value with an XLATE, if it doesn’t exist I send specified values to a VRL. As I noted, this all works and I end up with a file that has the values comma separated in it but it won’t move to the next line. I’ve tried putting postfix characters on the VRL and also adjusting the outbound fileset-local setting within the netconfig and I haven’t been able to get it to work. Right now (screenshot) I have the style set to NL and converting NL to CRNL. Any suggestions?
Thank you in advance.
Jon