Converting to a JSON file without encoding

Converting to a JSON file without encoding

My_workflow.json

Share the output returned by the last node

I expect to get a prefix string in the format without additional character encoding.

How can I create a file without this additional transcoding?

Information on your n8n setup

  • n8n version: 1.64.3
  • Database (default: SQLite): SQLite
  • n8n EXECUTIONS_PROCESS setting (default: own, main): default
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
  • Operating system: Ubuntu 22

Check this

Alas, the line in the file is not the same as in the input.

It seems to me that everything should be much simpler.

I’ve redone the code a bit and now everything works easier. Thanks for the idea!

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.