csvs_convert 0.13.2

Some Datapackage Conversion
Documentation
---
source: src/lib.rs
assertion_line: 892
expression: datapackage_json_to_value(&tmp.to_string_lossy().into_owned()).unwrap()
---
profile: tabular-data-package
resources:
  - profile: tabular-data-resource
    name: games
    schema:
      fields:
        - name: id
          type: number
          count: 4
        - name: title
          type: string
          count: 4
      primaryKey: _link
    path: csv/games.csv
  - profile: tabular-data-resource
    name: games2
    schema:
      fields:
        - name: id
          type: number
          count: 2
        - name: title
          type: string
          count: 2
      primaryKey: id
    path: csv/games2.csv