Estudio de recetas de datos PROCESAMIENTO LOCAL
Construye una receta local y repetible para transformar JSON, CSV, YAML y texto. Encadena JSONPath, Base64, URL, regex y ocultación de secretos; guarda solo la configuración y exporta el resultado sin enviar los datos.
1Source
2Steps
3Resultado
Browser-local engine
Pasted data and selected files stay in this browser. Saving a recipe stores only its step configuration in this browser; it never saves your source payload.
01Source payload
Use a local file or paste data. Large files are read directly by the browser and are not sent to KivTools.
02Recipe steps
Saved recipesconfiguration only · this browser
03Resultado
Execution traceeach step runs in order
- Add or change steps, then run the recipe to see the transformation path.
Build a repeatable data cleanup path
Use one recipe to format an API payload, mask credentials, extract a JSONPath fragment, convert it to CSV or YAML, and export a safe result. Recipes are portable JSON configuration files; the data itself remains only in the current browser session.