Data Transformer
Transform, merge, filter, and batch JSON data. Simple JSONPath mapping, MongoDB-style filtering, and flexible merge strategies.
Actions
| Name | Description |
|---|---|
transform_jsonTransform JSON using JSONPath-like mapping. Map input fields to output fields using dot notation (e.g., $.user.email). | Transform JSON using JSONPath-like mapping. Map input fields to output fields using dot notation (e.g., $.user.email). |
merge_objectsMerge multiple objects using a specified strategy. | Merge multiple objects using a specified strategy. |
filter_arrayFilter array items using MongoDB-style query operators ($gt, $lt, $in, etc.). | Filter array items using MongoDB-style query operators ($gt, $lt, $in, etc.). |
batch_arraySplit an array into batches of a specified size. | Split an array into batches of a specified size. |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'data-transformer',
actionName: 'transform_json',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Data Transformer to my app?
Use Weavz Hosted Connect for No Auth authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Data Transformer support?
Data Transformer supports 4 actions including Transform JSON, Merge Objects, Filter Array, Batch Array.
Can I use Data Transformer with AI agents?
Yes. Add Data Transformer to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Data Transformer use?
Data Transformer uses No Auth. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Data Transformer integration cost?
The Data Transformer integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
Connect Data Transformer in 2 minutes
Get 1,000 free actions every month. No credit card required.