CSVWTable
urlstringrequired
Example: 
http://example.com/table.csvtableSchema object
columnsstring[]
Example: 
[{"name":"http://example.com/tableSchema.json"}]dialectobject
Example: 
{"header":true}CSVWTable
{
  "url": "http://example.com/table.csv",
  "tableSchema": {
    "columns": [
      {
        "name": "http://example.com/tableSchema.json"
      }
    ]
  },
  "dialect": {
    "header": true
  }
}