<!doctype html>
<html>
 <head> 
  <title>Many-to-one Mapping Using Mapper Filter</title> 
  <link rel="stylesheet" href="styles/site.css" type="text/css"> 
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 
  <link rel="stylesheet" href="styles/icons.css" type="text/css">
  <script src="js/jquery.min.js"></script>
  <script src="tree/collapsibleTreeMenu.js"></script>
  <link href="tree/collapsibleTreeMenu.css" rel="stylesheet" type="text/css">
 </head> 
 <body class="theme-default aui-theme-default"> 
  <div id="page"> 
   <div id="main" class="aui-page-panel"> 
    <div id="main-header"> 
     <div id="breadcrumb-section"> 
      <ol id="breadcrumbs">  
       <li> <span><a href="Rhapsody-Integration-Engine-6.5_133160975.html">Rhapsody Integration Engine 6.5</a></span> </li> 
       <li> <span><a href="Developing-Rhapsody_133161055.html">Developing Rhapsody</a></span> </li> 
       <li> <span><a href="Rhapsody-Objects_133161790.html">Rhapsody Objects</a></span> </li> 
       <li> <span><a href="Rhapsody-Components_133161994.html">Rhapsody Components</a></span> </li> 
       <li> <span><a href="Filters_133162681.html">Filters</a></span> </li> 
       <li> <span><a href="Filter-Types_133162712.html">Filter Types</a></span> </li> 
       <li> <span><a href="Mapper_133163007.html">Mapper</a></span> </li> 
      </ol> 
     </div> 
     <h1 id="title-heading" class="pagetitle"> <span id="title-text">Many-to-one Mapping Using Mapper Filter</span> </h1> 
    </div> 
    <div id="content" class="view">  
     <div id="main-content" class="wiki-content group"> 
      <p>The following steps outline how you can&nbsp;map multiple input messages into a single message:</p>
      <ol>
       <li>Download and unzip the <code><a href="attachments/133163011/133163012.zip" data-linked-resource-id="133163012" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="ManytoOneTestMapping.zip" data-nice-type="Zip Archive" data-linked-resource-content-type="application/zip" data-linked-resource-container-id="133163011" data-linked-resource-container-version="1">ManytoOneTestMapping.zip</a></code>.</li>
       <li>Load the <code>ManytoOneTestMapping.rlc</code>&nbsp;file onto your engine.</li>
       <li>In the Directory communication point, ensure the&nbsp;property is set to a valid input directory on your system.</li>
       <li>Start all components.</li>
       <li>Copy the base message&nbsp;<code>HL7v2_3_ADTA01-OrionBase.edi</code> to the input directory.</li>
       <li>When the base message has been processed by the Directory communication point, copy the remaining messages into the input directory.</li>
       <li>Launch the Management Console, and verify an output message is in the Hold Queue.</li>
       <li>The output message should contain the base message and the OBX repeats from each of the other messages.</li>
      </ol>
      <p> </p> 
     </div>  
    </div> 
   </div>  
  </div>   
 </body>
</html>