convertToFile.json•2.26 kB
{
"nodeType": "n8n-nodes-base.convertToFile",
"displayName": "Convert to File",
"description": "Convert JSON data to binary data",
"version": [
1,
1.1
],
"properties": [
{
"name": "operation",
"displayName": "Operation",
"type": "options",
"default": "csv",
"description": "Transform input data into a CSV file",
"options": [
{
"name": "Convert to CSV",
"value": "csv",
"description": "Transform input data into a CSV file"
},
{
"name": "Convert to HTML",
"value": "html",
"description": "Transform input data into a table in an HTML file"
},
{
"name": "Convert to ICS",
"value": "iCal",
"description": "Converts each input item to an ICS event file"
},
{
"name": "Convert to JSON",
"value": "toJson",
"description": "Transform input data into a single or multiple JSON files"
},
{
"name": "Convert to ODS",
"value": "ods",
"description": "Transform input data into an ODS file"
},
{
"name": "Convert to RTF",
"value": "rtf",
"description": "Transform input data into a table in an RTF file"
},
{
"name": "Convert to Text File",
"value": "toText",
"description": "Transform input data string into a file"
},
{
"name": "Convert to XLS",
"value": "xls",
"description": "Transform input data into an Excel file"
},
{
"name": "Convert to XLSX",
"value": "xlsx",
"description": "Transform input data into an Excel file"
},
{
"name": "Move Base64 String to File",
"value": "toBinary",
"description": "Convert a base64-encoded string into its original file format"
}
]
}
],
"credentialsConfig": [],
"io": {
"inputs": [],
"outputs": [],
"outputNames": [],
"hints": {}
},
"wiring": {
"role": "generic",
"requires": [],
"optional": [],
"consumedBy": [],
"consumes": [],
"produces": []
}
}