rulemorph 0.3.1

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
<table id="users">
  <tbody>
    <tr>
      <td>1</td>
      <td>Alice</td>
      <td><a class="profile" href="/users/1">Profile</a></td>
      <td><span class="tag">admin</span><span class="tag">ops</span></td>
    </tr>
    <tr>
      <td>2</td>
      <td>Bob</td>
      <td><a class="profile" href="/users/2">Profile</a></td>
      <td><span class="tag">viewer</span></td>
    </tr>
  </tbody>
</table>