rulemorph 0.3.1

YAML-based declarative data transformation engine for CSV/JSON to JSON
Documentation
1
2
3
4
5
6
use super::*;
use crate::v2_model::{V2ComparisonOp, V2Condition, V2Ref};
use serde_json::{Value as JsonValue, json};

mod expr;
mod pipe;