User contributions for Dgarratt
Appearance
24 August 2024
- 21:0621:06, 24 August 2024 diff hist +143 SOCKET No edit summary
- 21:0521:05, 24 August 2024 diff hist +48 RAW No edit summary
- 21:0421:04, 24 August 2024 diff hist +95 PDF PRINT No edit summary
- 21:0321:03, 24 August 2024 diff hist +240 EMAIL No edit summary
- 21:0221:02, 24 August 2024 diff hist +96 EMAIL No edit summary
- 21:0021:00, 24 August 2024 diff hist +335 CSV No edit summary
- 20:5820:58, 24 August 2024 diff hist +48 Maps No edit summary
- 20:5720:57, 24 August 2024 diff hist +48 Middleware4j Example Configuration No edit summary
- 20:5720:57, 24 August 2024 diff hist +96 Middleware4j Example Configuration No edit summary
- 20:5620:56, 24 August 2024 diff hist +239 Middleware4j Example Configuration No edit summary
- 20:5320:53, 24 August 2024 diff hist +238 ASCII No edit summary
- 20:5220:52, 24 August 2024 diff hist +672 ASCII No edit summary
- 20:2620:26, 24 August 2024 diff hist +12 Template:Menu Applications →Applications
- 20:1420:14, 24 August 2024 diff hist −1 XML No edit summary
- 20:1320:13, 24 August 2024 diff hist +6,206 N XML Created page with "This page is not intended to be a tutorial on XML and XSL, there are many resources online which can do that. This document is designed to illustrate how the middleware application can be used to transform an input XML document into a modified output document. The XML connector is perhaps one of the simpler ones to explain. The core middleware application is designed to process data once it has been converted into an xml document internally. For example the CSV and ASCI..."
- 20:0920:09, 24 August 2024 diff hist −17 SOCKET No edit summary
- 20:0820:08, 24 August 2024 diff hist −40 SOCKET No edit summary
- 20:0720:07, 24 August 2024 diff hist −15 SOCKET →Sample XML
- 20:0520:05, 24 August 2024 diff hist +1 SOCKET →Sample XML Tag: Manual revert
- 20:0520:05, 24 August 2024 diff hist +1 SOCKET →Sample XML Tag: Reverted
- 20:0520:05, 24 August 2024 diff hist +1 SOCKET →Sample XML Tag: Reverted
- 20:0520:05, 24 August 2024 diff hist −3 SOCKET →Sample XML Tag: Reverted
- 20:0520:05, 24 August 2024 diff hist +9 SOCKET →Sample XML
- 20:0420:04, 24 August 2024 diff hist +6 SOCKET →Sample XML
- 20:0320:03, 24 August 2024 diff hist 0 SOCKET No edit summary
- 20:0320:03, 24 August 2024 diff hist −3 SOCKET →Sample XML
- 20:0220:02, 24 August 2024 diff hist 0 SOCKET →Sample XML
- 20:0220:02, 24 August 2024 diff hist +1 SOCKET →Sample XML
- 20:0220:02, 24 August 2024 diff hist +4,117 N SOCKET Created page with "The SOCKET Connector can be used for sending data to a device via a TCP/IP Socket Connection. =SOCKET Map Configuration= '''config.xml''' <map id="map430" enabled="Y" description="GEN XML to SOCKET"> <input id="in1" description="Read XML Document"> <type>XML</type> <path>./interface/input/430 (GEN XML to SOCKET)</path> <mask/> <pollingInterval>1000</pollingInterval> <XSLT/> </input> <output id="out1" enabled="Y" description=..."
- 19:5819:58, 24 August 2024 diff hist +1 RAW →RAW Map Configuration
- 19:5719:57, 24 August 2024 diff hist +1,221 N RAW Created page with "The RAW connector is special. It's provided to enable the middleware to copy/move files without any kind of modification or interpretation. This is more efficent than using a different kind of connector. The other connectors will load the input file and convert into a XML representation so you can apply XSL transformations and convert into different file formats. This has a memory and cpu overhead. The RAW connector bypasses this step and just moves the file. You migh..."
- 19:5619:56, 24 August 2024 diff hist +883 N PDF PRINT Created page with "=PDF_PRINT Map Configuration= '''config.xml''' <map id="Map06" enabled="Y" description="GEN PDF Document to printer queue."> <input id="in1" description="Read PDF Document"> <type>PDF_PRINT</type> <path>./interface/input/428 (GEN Print PDF)</path> <mask/> <pollingInterval>1000</pollingInterval> <XSLT/> </input> <output id="out1" enabled="Y" description="Print PDF Document to HP8600">..."
- 19:5319:53, 24 August 2024 diff hist +6 EMAIL No edit summary
- 19:5319:53, 24 August 2024 diff hist +12 EMAIL →Example Email Settings
- 19:5219:52, 24 August 2024 diff hist −40 EMAIL →Example Email Settings
- 19:5119:51, 24 August 2024 diff hist +108 EMAIL →Distribution List Settings
- 19:4719:47, 24 August 2024 diff hist +6,399 N EMAIL Created page with "=EMAIL Map Configuration= '''config.xml''' <map id="map02" enabled="Y" description="Email Send PDF"> <input id="in1" description="Read File"> <type>EMAIL</type> <mask>pdf</mask> <path>./interface/input/421 (GEN Email Send)</path> <pollingInterval>2000</pollingInterval> </input> <output id="out1" enabled="Y" description="Send Email"> <path>./interface/output/421 (GEN Email Send)</path>..."
- 19:4119:41, 24 August 2024 diff hist −1 CSV →CSV Output Configuration
- 19:4119:41, 24 August 2024 diff hist −1 CSV →XML Example Output from XSLT
- 19:4019:40, 24 August 2024 diff hist −1 CSV →CSV Example Input
- 19:3919:39, 24 August 2024 diff hist +41 CSV →CSV Output Configuration
- 19:3819:38, 24 August 2024 diff hist +21 CSV →CSV Output Configuration
- 19:3719:37, 24 August 2024 diff hist +53 CSV No edit summary
- 19:3219:32, 24 August 2024 diff hist 0 CSV No edit summary
- 19:3219:32, 24 August 2024 diff hist 0 CSV No edit summary
- 19:3219:32, 24 August 2024 diff hist +6 CSV No edit summary
- 19:3119:31, 24 August 2024 diff hist 0 N File:Delimiter.png No edit summary current
- 19:3119:31, 24 August 2024 diff hist −2 CSV No edit summary
- 19:3119:31, 24 August 2024 diff hist +6,455 N CSV Created page with " =CSV Map Configuration= '''config.xml''' <map id="Map04" enabled="Y" description="GEN Comma Separated Variables"> <input id="in1" description="Read GEN Comma Separated Variables"> <type>CSV</type> <path>./interface/input/403 (GEN Comma Separated Variables)</path> <mask/> <pollingInterval>1000</pollingInterval> <XSLT>CSV_to_XML_Example.xsl</XSLT> <optionDelimeter>^</optionDelimeter>..."
- 17:3317:33, 24 August 2024 diff hist 0 Overview No edit summary