Create Regex Attachment Handler #6059
JJWest12
started this conversation in
Feature/Enhancement Ideas
Replies: 1 comment 7 replies
-
sample message. you know better :). And an hl7 message with a header? What does that mean? You mean a final segment name of "PLY"? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to write up a regex attachment handler that removes the final segment from an inbound HL7V2 message. The final segment is always a custom segment with the header "PLY".
My attachment handler regex is PLY.* with a MIME type of text/plain. When running this I can see that the attachment is made and on the end of the raw message on the source, however I get this error below:
TypeError: The content of elements must consist of well-formed character data or markup.
All datatypes on the channel are HL7V2. What am I missing here?
Beta Was this translation helpful? Give feedback.
All reactions