Data Converter
13 min
the data converter connector facilitates the transformation of data between common formats like json, xml, and eml, enhancing interoperability and data handling capabilities the data converter connector is an essential tool for swimlane turbine users requiring seamless data format transformations it offers functionalities to convert json to xml, xml to json, and eml files to json, enabling smooth integration with various systems and services this integration empowers end users to automate data conversion processes within their security workflows, ensuring data compatibility and enhancing interoperability across different platforms by leveraging this connector, users can streamline data manipulation tasks, reduce manual errors, and save valuable time in security operations capabilities convert from json to xml convert from xml to json convert from eml to json actions convert json to xml converts a json input into xml, facilitating seamless data interchange and integration with other systems input argument name type required description json string required parameter for convert json to xml 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 example \[ { "status code" 200, "response headers" { "content type" "application/json", "date" "thu, 01 jan 2024 00 00 00 gmt" }, "reason" "ok", "xml" "string" } ] convert xml to json converts a valid xml input into a structured json format for simplified data manipulation and integration input argument name type required description xml string required parameter for convert xml to json 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 example \[ { "json" { "audience" {} }, "headers" null, "reason" "ok", "status code" 200 } ] eml to json converts an eml email file into structured json data, requiring the input of the file to process input argument name type required description file object required eml file file string optional parameter for eml to json file name string optional name of the resource output parameter type description success boolean whether the operation was successful data object response data 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