You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on this readme listing I'm adding feedback based on existent implementations and expected lib user competencies (as we target many almost non-tech users - publisher, data wranglers etc).
usefrictionlessdata\datapackage;
// add a resource - will raise exception in case of validation error for the new descriptor$resource = Factory::resource((object)[
"name" => "new-resource", "data" => ["tests/fixtures/foo.txt", "tests/fixtures/baz.txt"]
])
$datapackage->addResource($resource);
Overview
Based on this readme listing I'm adding feedback based on existent implementations and expected lib user competencies (as we target many almost non-tech users - publisher, data wranglers etc).
General
See - #18
Resource properties
Implementations reference provides some useful properties (https://github.com/frictionlessdata/implementations):
resource.tabular
->true
if resource is tabularresource.table
-> to accesstableschema.Table
for tabular resourcesource/source_type
(this two are still under consideration)The text was updated successfully, but these errors were encountered: