blob: 703b00664963355a12c8d19b6e24517fab5ea814 [file] [log] [blame]
{
"class" : "org.eclipse.smila.processing.pipelets.xmlprocessing.TidyPipelet",
"parameters": [
{
"name": "inputType",
"type": "string",
"values": ["ATTACHMENT", "ATTRIBUTE"],
"description" : "Defines whether the XML input is found in an attachment or in an attribute of the record. "
},
{
"name": "outputType",
"type": "string",
"values": ["ATTACHMENT", "ATTRIBUTE"],
"description" : "Defines whether the transformed output should be stored in an attachment or in an attribute of the record."
},
{
"name": "inputName",
"type": "string",
"description" : "The name of the input attachment or the path to the input attribute (process literals of attribute)."
},
{
"name": "outputName",
"type": "string",
"description" : "The name of the output attachment or the path to the output attribute (store result as literals of attribute). "
},
{
"name": "tidyFile",
"type": "string",
"description" : "The name (with relative or absolute path) of the Tidy configuration file to be used by the transformation."
}
],
"description": "This pipelet performs a Tidy transformation on an attribute or attachment value and stores the result in an attribute or attachment."
}