csvs_convert 0.13.2

Some Datapackage Conversion
Documentation
---
source: src/converters.rs
expression: datapackage
---
profile: tabular-data-package
resources:
  - profile: tabular-data-resource
    name: games
    schema:
      fields:
        - name: id
          type: integer
          format: ""
        - name: title
          type: string
          format: ""
  - profile: tabular-data-resource
    name: games2
    schema:
      fields:
        - name: id
          type: integer
          format: ""
        - name: title
          type: string
          format: ""