Search code examples
mirth

how to skip the header while processing message in Mirth


I am using Mirth 3.0. I am having a file having thousands of records. The txt file is having 3 liner header. I have to skip this header. How can I do this. I am not suppose to use batch file option.

Thanks.


Solution

  • If there is some method of identifying the header records in the file, you can add a source filter that uses a regular expression to identify and ignore those records.