eavz
Data Transformer

Data Transformer

Transform, merge, filter, and batch JSON data. Simple JSONPath mapping, MongoDB-style filtering, and flexible merge strategies.

4 actions

Actions

Name
transform_json

Transform JSON using JSONPath-like mapping. Map input fields to output fields using dot notation (e.g., $.user.email).

merge_objects

Merge multiple objects using a specified strategy.

filter_array

Filter array items using MongoDB-style query operators ($gt, $lt, $in, etc.).

batch_array

Split an array into batches of a specified size.

Quick Start

TypeScript
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.