Data Tools

Data Transformer

Transform data with custom rules like renaming, formatting, combining fields and more

Input data (JSON)
Transformation rules
Transformed result
Transformed output will appear here...
Example input
{
  "firstName": "john",
  "lastName": "doe",
  "fullAddress": "123 Main St, New York, NY"
}
  • Rename firstName to givenName
  • Format names to uppercase
  • Split fullAddress into street and city
  • Combine firstName and lastName into fullName