rulemorph 0.3.4

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
15
16
version: 2
input:
  format: markdown
  markdown:
    records: document
mappings:
  - target: "body_text"
    source: "input.body_text"
  - target: "blocks"
    source: "input.blocks"
  - target: "links"
    source: "input.links"
  - target: "images"
    source: "input.images"
  - target: "raw_html"
    source: "input.raw_html"