Map413

From Commander4j Wiki
Revision as of 17:24, 9 May 2019 by Dgarratt (talk | contribs) (Created page with " <map id="map413" enabed="Y" description="GEN C4J Prod Dec XML to Dual Output (ASCII and CSV Files)"> <input id="in1" description="Read XML File"> <ty...")
(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="map413" enabed="Y" description="GEN C4J Prod Dec XML to Dual Output (ASCII and CSV Files)">
       <input id="in1" description="Read XML File">
           <type>XML</type>
           <path>./interface/input/413 (GEN XML to Dual Output)</path>
           <mask/>
           <pollingInterval>1000</pollingInterval>
           <XSLT></XSLT>
       </input>
       <output id="out1" enabed="Y" description="Write ASCII File">
           <path>./interface/output/413 (GEN Dual Output ASCII and CSV)</path>
           <type>ASCII</type>
           <outputPattern>1-10,12-21,23-32</outputPattern>
           <outputFileExtension>txt</outputFileExtension>
           <XSLT>C4J_PRODDEC_XML_to_ASCII_Flat_File.xsl</XSLT>
       </output>
       <output id="out2" enabed="Y" description="Write CSV">
           <path>./interface/output/413 (GEN Dual Output ASCII and CSV)</path>
           <type>CSV</type>
           <optionDelimeter>^</optionDelimeter>
           <csvOptions>separator=,^quote=""</csvOptions>
           <outputFileExtension>csv</outputFileExtension>
           <XSLT>C4J_PRODDEC_XML_to_SAGEX3_GoodsReceipt_CSV.xsl</XSLT>
       </output>
   </map>