Announcement

Collapse

Mirth Connect 4.3.0 Released!

Mirth Connect 4.3.0 is now available as an appliance update and on our GitHub page.

This is a major release containing new features like adding new functionality to the Mirth Connect Setup Wizard, adding the ability for resource and channel-specific classloaders to load child-first or parent-first, and added a default implementation of the getObjectsForSwaggerExamples() method in the ServicePlugin class. This release also contains enhancements for the Mirth Connect Administrator Launcher, the Mirth Connect Docker images, and several bug fixes and security improvements.

Download | See What's New | Upgrade Guide | Release Notes

For discussion on this release, see this thread.
See more
See less

Read all records from text file

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Read all records from text file

    I create a channel that reads a text file and sends a hl7 message. But right now when I read the text file only reads the first record and sends the hl7 for only the first record.
    For example I read this 4 records from the text file (test.txt):
    DIANA RIVERA;F;09081976;
    JAVIER GOMEZ;M;08271974;
    BETH SMITH;F;10101960;
    JAQUIE SISSONS;F;12081955;

    Anybody knows how can I read all the records from the text file and send the hl7 message for all the records?
Working...
X