Version: | 1.0 |
---|---|
Provider: | PyXMCDA |
SOAP service’s name: | |
csvToXMCDA-performanceTable-PyXMCDA (see SOAP requests for details) |
Transforms a file containing a performance table from a comma-separated values (CSV) file to three XMCDA compliant files, containing the corresponding criteria ids, alternatives’ ids and the performance table.
Contact: Sébastien Bigaret (sebastien.bigaret@telecom-bretagne.eu)
Web page: http://github.com/sbigaret/ws-PyXMCDA
(For outputs, see below)
The performance table as a CSV file.
Example:
,cost,risk,employment,connection a11,17537,28.3,34.8,2.33 a03,16973,29,34.9,2.66
The input value should be a valid XMCDA document whose main tag is <other>
.
The equivalent criteria ids.
The returned value is a XMCDA document whose main tag is <criteria>
.
The equivalent alternative ids.
The returned value is a XMCDA document whose main tag is <alternatives>
.
The equivalent performances.
The returned value is a XMCDA document whose main tag is <performanceTable>
.
Status messages.
The returned value is a XMCDA document whose main tag is <methodMessages>
.