Describe the problem/error/question
I try to convert some binary data in a json to readable data encoding in utf-8 in a new field.
What is the error message (if any)?
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
{
“meta”: {
“instanceId”: “3c306c4580d5053e06c89fde170880165a84bf6f23a8f85375e30a1b08e929f7”
},
“nodes”: [
{
“parameters”: {
“setAllData”: false,
“sourceKey”: “={{ $json.xml }}”,
“options”: {
“encoding”: “utf8”,
“keepSource”: true
}
},
“id”: “e93db011-a789-4fbb-8106-9e0564f3088a”,
“name”: “Get junit file”,
“type”: “n8n-nodes-base.moveBinaryData”,
“typeVersion”: 1,
“position”: [
420,
820
],
“alwaysOutputData”: true
}
],
“connections”: {}
}
Share the output returned by the last node
I expect to have some data in the output of my node but I don’t understand why there is nothing.
Thank you for your help.
Information on your n8n setup
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system: