csvs_convert 0.13.2

Some Datapackage Conversion
Documentation
---
source: src/describe.rs
expression: describe
---
profile: tabular-data-package
resources:
  - profile: tabular-data-resource
    name: tab_delimited
    row_count: 1
    schema:
      fields:
        - name: a
          type: string
          format: string
        - name: b
          type: string
          format: string
        - name: c
          type: string
          format: string
    path: fixtures/tab_delimited.csv
    dialect:
      delimiter: "\t"
      quoteChar: "\""