rulemorph 0.2.3

YAML-based declarative data transformation engine for CSV/JSON to JSON
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "text": "abc-123-abc",
  "regex_text": "a1b2c3",
  "csv": "a,b,c",
  "pad": "7",
  "num_a": 80.6,
  "num_b": "2.5",
  "num_c": 3,
  "base_value": 255,
  "date_simple": "2024-01-02 03:04:05",
  "date_tz": "2024-01-02T03:04:05+09:00",
  "unix_s": "1970-01-01T00:00:01Z",
  "unix_ms": "1970-01-01T00:00:00.123Z"
}