Difference between revisions of "Map417"

From Commander4j Wiki
Jump to: navigation, search
(Created page with " <map id="map417" enabed="Y" description="GEN Excel Spreadsheet to CSV"> <input id="in1" description="Read Excel File"> <type>XLS</type> <...")
 
(No difference)

Latest revision as of 17:26, 9 May 2019


   <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>