Map417

From Commander4j Wiki
Revision as of 17:26, 9 May 2019 by Dgarratt (Talk | contribs) (Created page with " <map id="map417" enabed="Y" description="GEN Excel Spreadsheet to CSV"> <input id="in1" description="Read Excel File"> <type>XLS</type> <...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


   <map id="map417" enabed="Y" description="GEN Excel Spreadsheet to CSV">
       <input id="in1" description="Read Excel File">
           <type>XLS</type>
           <path>./interface/input/417 (GEN Excel)</path>
           <mask/>
           <pollingInterval>1000</pollingInterval>
           <XSLT>EXCEL_TO_CSV.xsl</XSLT>
       </input>
       <output id="out1" enabed="Y" description="Write CSV File">
           <path>./interface/output/417 (GEN CSV)</path>
           <type>CSV</type>
           <optionDelimeter>^</optionDelimeter>
           <csvOptions>separator=,^quote=none</csvOptions>
           <XSLT/>
       </output>
   </map>