Announcement
Collapse
No announcement yet.
User Profile
Collapse
-
Well, I believe you can solve that my just turning down the level of logging you have on the channel so it doesn't store multiple versions of the message(i.e....
-
I don't think you can delete segments like that. Why don't you just specifically set those segments to empty spaces if you need to always 'remove' ...
Leave a comment:
-
Here is a very simple example of using appendChild to add a node which should help you figure out how to use it for what you are doing.
Code:x
- 1 like
Leave a comment:
-
Try using a RegularExpression replace instead, something like this
Code:replace(/\s+/g,'');
Leave a comment:
-
bjborole Thank you for responding to a 6 year old thread and not answering the question or providing an example of how you accomplished it to help everyone...
Leave a comment:
-
What operating system, version of Mirth, and version of Java are you using? Is this after a new install or did it just start happening?
Leave a comment:
-
In Mirth itself, go to Settings-> Configuration Map
The configuration map is one of the available Variable Maps that can be used from...
- 1 like
Leave a comment:
-
That error seems to indicate something wrong with a URL somewhere. I do not believe the issue is with the message itself....
Leave a comment:
-
Something like this might work:
Code:for each (seg in msg.children()) { // using Iterate Over All Segment logger.error('outer
Leave a comment:
-
If the connection status is highlighted in red, it typically means that the source connector has reached its configured maximum number of allowed clients....
- 1 like
Leave a comment:
No activity results to display
Show More
Leave a comment: