Small tables. Explicit rules.

Get your data into the right shape.

SchemaBridge renames fields and checks types in small CSV or JSON tables. For example, stock becomes quantity, and the text “7” becomes the number 7. Try it with the two products below.

From CSV to clearly defined fields

Edit the source values and send them to the API. Results appear only after the server responds.

Source data

CSV

You can edit this. Replace 7 with seven to see an explanatory validation error.

Result

Fields and types

Nothing has been sent yet. Select “Transform example”.

Your table of validated values will appear here.

This example uses a fixed schema

  • sku → idtext
  • name → nametext
  • stock → quantityinteger
  • active → availabletrue or false

Keep these four headers. The API also accepts custom schemas and JSON; this page demonstrates one simple workflow.

Up to 100 data rows and 32 KiB for the entire request, including the schema. Use only synthetic data with no personal or confidential information.