
Update 5 Nov 2019: Add new parameter trim to trim XML text nodes
Update 2 Nov 2018: Default parsing in CPI will be using SAX-based XmlSlurper
Update 2 Oct 2018: Now available in CPI as well.
Update 25 Mar 2015: ExcelTransformBean has been refactored to be part of FormatConversionBean. Parameter conversionType replaced with converterClass.
Number | Module Name | Type | Module Key |
---|---|---|---|
<Depending on position of module in chain> 1) Asynchronous scenario, Normally before the last module in channels 2) Synchronous scenario, Before last module to convert request payload After last module to convert response payload | Custom_AF_Modules/FormatConversionBean | Local Enterprise Bean | <Any Arbitrary Value> |
Parameter Name | Allowed values | Default value | Remarks |
---|---|---|---|
converterClass | PI - com.equalize.xpi.af.modules.excel.XML2ExcelTransformer CPI - com.equalize.converter.core.XML2ExcelConverter | Required field. Determines conversion class | |
excelFormat | xls, xlsx | xlsx | Determines output file format |
sheetName | Sheet1 | Name of sheet in output Excel file | |
addHeaderLine | none, fromXML, fromConfiguration | none | Determines if there will be a header line in the output file, and how it should be populated:
|
fieldNames | Name of columns. Required field when processFieldNames = 'fromConfiguration' | ||
useDOM | Y, N | N | Available only in CPI Parser used in parsing input XML
|
trim | Y, N | N | Available only in CPI Trim whitespace in XML text nodes during parsing |
Parameter Name | Parameter Value |
---|---|
converterClass | com.equalize.xpi.af.modules.excel.XML2ExcelTransformer |
Input | ![]() |
Output | ![]() |
Parameter Name | Parameter Value |
---|---|
converterClass | com.equalize.xpi.af.modules.excel.XML2ExcelTransformer |
excelFormat | xls |
sheetName | MySheet1 |
addHeaderLine | fromXML |
Input | ![]() |
Output | ![]() |
Parameter Name | Parameter Value |
---|---|
converterClass | com.equalize.xpi.af.modules.excel.XML2ExcelTransformer |
addHeaderLine | fromConfiguration |
fieldNames | Field1,Date,Field2,Quantity |
Input | ![]() |
Output | ![]() |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
12 | |
7 | |
6 | |
6 | |
6 | |
5 | |
4 | |
4 | |
4 | |
4 |