Difference between revisions of "Map129"

From Commander4j Wiki
Jump to: navigation, search
(Created page with " <map id="map129" enabed="Y" description="NES Agedis NTR CSV to C4J Prod Dec XML"> <input id="in1" description="Read NTR CSV"> <type>CSV</type>...")
 
(No difference)

Latest revision as of 16:05, 9 May 2019

   <map id="map129" enabed="Y" description="NES Agedis NTR CSV to C4J Prod Dec XML">
       <input id="in1" description="Read NTR CSV">
           <type>CSV</type>
           <path>./interface/input/129 (NES NTR Agedis CSV)</path>
           <mask>NTR</mask>
           <pollingInterval>1000</pollingInterval>
           <optionDelimeter>^</optionDelimeter>
           <csvOptions>separator=|^quote=none</csvOptions>
       </input>
       <output id="out1" enabed="Y" description="Write C4J XML Prod Dec">
           <path>./interface/output/129 (NES C4J Prod Dec XML)</path>
           <type>XML</type>
           <XSLT>NTR__CSV_to_C4J_PROD_DEC_XML.xsl</XSLT>
       </output>
   </map>