[Bug] Special Character in the first attribute after binary to json

Describe the problem/error/question

my step: download file => extract binary to json (from CSV)
after that, the first attribute of JSON object has a special character
the original file don’t have, that weird.

output: “AdrEmail”: as you see it contain
Screenshot 2024-05-24 at 13.44.11

What is the error message (if any)?

Please share your workflow

Share the output returned by the last node

Information on your n8n setup

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

hello @Linh_Nguyen

it’s a BOM mark, you can remove it with the option:
image

2 Likes

Thanks @barn4k It works now.

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