Data Converter
data converter provides fast and reliable transformation between eml, json, and xml formats for seamless data integration the data converter connector enables seamless data format transformation within swimlane turbine, supporting json, xml, and eml email files this connector provides low code actions to convert between json and xml, as well as extract structured data from eml files into json by automating data conversion processes, users can easily integrate disparate systems, normalize data for downstream analysis, and streamline playbook development without manual intervention integration with data converter enhances interoperability and accelerates automation workflows across diverse security and it environments capabilities convert from json to xml convert from xml to json convert from eml to json actions convert json to xml convert json input into xml format for seamless data interchange and integration with other systems input argument name type required description json string required parameter for convert json to xml input example {"json" {"name" "john","age" 30,"city" "new york"}} output parameter type description xml string output field xml headers object http headers for the request reason string response reason phrase status code number http status code of the response output example {"xml" "string"} convert xml to json convert a valid xml input into structured json format for easier data manipulation and integration input argument name type required description xml string required parameter for convert xml to json input example {"xml" "string"} output parameter type description json object output field json headers object http headers for the request reason string response reason phrase status code number http status code of the response output example {"json" {"audience" {"id" {},"name" "shubham"}},"headers"\ null,"reason" "ok","status code" 200} eml to json convert an eml email file into structured json data by providing the email file as input input argument name type required description file object required eml file file file string optional parameter for eml to json file file name string optional name of the resource input example {"file" {"file" "string","file name" "example name"}} output parameter type description success boolean whether the operation was successful data object response data output example {"success"\ true,"data" {}} response headers header description example content type the media type of the resource application/json date the date and time at which the message was originated thu, 01 jan 2024 00 00 00 gmt