emuto
data transformation tool with query language
TLDR
Transform JSON data
SYNOPSIS
emuto [options] expression [file]
DESCRIPTION
emuto is a data transformation tool using a jq-like query language. It processes JSON, CSV, TSV, DSV, and plain text through expressions that select, filter, and transform data structures.
The expression language supports object access, array operations, mapping, and filtering. It provides a functional approach to JSON manipulation.
emuto is useful for data extraction, format conversion, and JSON processing in scripts and pipelines.
PARAMETERS
EXPRESSION
Emuto transformation expression.FILE
Input JSON file.--pretty
Pretty-print output.--help
Display help information.
CAVEATS
Expression syntax differs from jq. May not handle all JSON edge cases. Performance varies with data size.
HISTORY
emuto was developed as a JSON transformation tool, providing jq-like functionality with its own expression syntax for data manipulation.
