Map431

From Commander4j Wiki
Revision as of 17:38, 9 May 2019 by Dgarratt (talk | contribs) (Created page with " <map id="map431" enabed="Y" description="GEN CSV to SOCKET"> <input id="in1" description="Read CSV Document"> <type>CSV</type> <path>./in...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


   <map id="map431" enabed="Y" description="GEN CSV to SOCKET">
       <input id="in1" description="Read CSV Document">
           <type>CSV</type>
           <path>./interface/input/431 (GEN CSV to SOCKET)</path>
           <pollingInterval>1000</pollingInterval>
           <optionDelimeter>^</optionDelimeter>
           <csvOptions>separator=|^quote=none</csvOptions>
           <XSLT>CSV_to_SOCKET.xsl</XSLT>
       </input>
       <output id="out1" enabed="Y" description="Send to Host">
           <path>./interface/output/431 (GEN CSV to SOCKET)</path>
           <type>SOCKET</type>
           <host>
               <ip>127.0.0.1</ip>
               <socket>9100</socket>  
               <repeat>1</repeat>
           </host>
           <XSLT/>
       </output>
   </map>