JQ formulas are a transformation. They do not consume any credits.
What is JQ?
JQ is a lightweight command-line language designed for slicing, filtering, and transforming JSON data. It is particularly powerful when you need to dig into deeply nested objects or arrays that enrichment APIs return. If you want to learn more, the official manual is available, though it is fairly technical.Generate with AI
You don’t need to learn JQ to use this feature. Databar has a built-in Generate with AI function that can write JQ expressions for you. Just describe what you need in plain language and the AI will generate the expression. LLMs like ChatGPT and Claude are also excellent at generating JQ formulas. Describe your JSON structure and desired output, and they can produce a working expression in seconds.How to use
1
Add a JQ Formula transformation
Open your table and add a new transformation column. Select JQ Formula from the list.
2
Select the source JSON column
Choose which column contains the JSON data you want to query.
3
Write the JQ expression
Enter your JQ expression. The query runs per row and the result is stored as JSON in the new column.
Use cases
Related
JSON expander
Extract JSON values into separate columns visually.
Excel formulas
Use spreadsheet formulas for simpler column logic.