Map332

From Commander4j Wiki
Revision as of 17:15, 9 May 2019 by Dgarratt (talk | contribs) (Created page with " <map id="map332" enabed="Y" description="FH C4J Production Declaration XML to SAGE X3 Goods Receipt CSV"> <input id="in1" description="Read C4J XML File">...")
(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="map332" enabed="Y" description="FH C4J Production Declaration XML to SAGE X3 Goods Receipt CSV">
       <input id="in1" description="Read C4J XML File">
           <type>XML</type>
           <path>./interface/input/332 (FH C4J - Production Declaration)</path>
           <mask/>
           <pollingInterval>1000</pollingInterval>
           <XSLT>C4J_PRODDEC_XML_to_SAGEX3_GoodsReceipt_CSV.xsl</XSLT>
       </input>
       <output id="out1" enabed="Y" description="Write SAGE CSV">
           <path>./interface/output/332 (FH SAGE X3 - Goods Receipt CSV)</path>
           <type>CSV</type>
           <optionDelimeter>^</optionDelimeter>
           <csvOptions>separator=,^quote=none^endofline=\r\n</csvOptions>
           <outputFileExtension>txt</outputFileExtension>
           <prefix>G_</prefix>
           <XSLT/>
       </output>
   </map>