Version: | 1.2 |
---|---|
Provider: | PyXMCDA |
SOAP service’s name: | |
csvToXMCDA-criteriaValues-PyXMCDA (see SOAP requests for details) |
Transforms a file containing criteria values from a comma-separated values (CSV) file to two XMCDA compliant files, containing the corresponding criteria ids and their criteriaValues.
Contact: Sébastien Bigaret (sebastien.bigaret@telecom-bretagne.eu)
Web page: http://github.com/sbigaret/ws-PyXMCDA
(For outputs, see below)
The criteria and their criteria values as a CSV file.
Example:
,cost,risk,employment,connection weights,1,2,3,4
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 criteria values.
The returned value is a XMCDA document whose main tag is <criteriaValues>
.
Status messages.
The returned value is a XMCDA document whose main tag is <methodMessages>
.