CSV to HL7 in Mirth - Issue with extraneous information HL7 output #6146
-
I have a channel creating HL7 messages from a csv file which is working successfully with one exception. In each output file I am getting the first line of extraneous information shown in bold below that is not part of my HL7 message. I need to understand how this is getting there and how I can eliminate it. Output HL7 Summary Data Types HL7 Output File Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
You assign Instead put a stub MSH segment in the outbound message template and remove that line. |
Beta Was this translation helpful? Give feedback.
-
Perfect. That did it! Thank you so much for the Super Fast Response!!! |
Beta Was this translation helpful? Give feedback.
-
Next time post to discussions first. Your question was neither a bug nor feature request. |
Beta Was this translation helpful? Give feedback.
-
I am new to GitHub - First time posting so I appreciate the guidance!! |
Beta Was this translation helpful? Give feedback.
You assign
tmp=msg
Instead put a stub MSH segment in the outbound message template and remove that line.