Executing JQ in n8n, is it possible?

Hey everyone!

I’ve recently started working with n8n and I’m getting familiar with the platform. When I used other platforms, I relied heavily on JQ, which saved me a lot of time and effort for specific data filtering and transformation tasks. I’m wondering if anyone has managed to run JQ within a node or by executing a command.

I tried a few bash commands but didn’t have much success. Any guidance or suggestions would be greatly appreciated!

It looks like your topic is missing some important information. Could you provide the following if applicable.

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

Hey @supertal , n8n has many core nodes allowing to work with JSON easily, for example Split Out, Aggregate, Summarize. etc. In addition, n8n supports the powerful query langage JMESPath.

1 Like

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