关于
Transform Rules is a Rust-based library and command-line interface designed for robust data transformation. It enables users to map and convert CSV and JSON input data into new JSON structures by defining a set of YAML rules. The tool supports advanced features such as expressions for string, numeric, and date operations, logical comparisons, regex matching, and array lookups. Beyond data manipulation, it offers static validation for rule files and can generate Data Transfer Objects (DTOs) for various programming languages, making it a versatile tool for developers working with data pipelines and schema enforcement.