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
Iterating or reading over the resource produces combined rows from all the path or data elements
foreach ($resource as $row) {}; // iterating
$resource->read(); // get all the data as an array
Not sure what's $resource->read() current behavior related to tabular/non-tabular resources. In other implementations we just expose Table API for tabular resources via resource.table.
roll
changed the title
resource object should support additional properties/methods: tabular, table, source_type, source
resource object should support additional properties/methods: local, remote, inline, multipart, tabular, source
Sep 13, 2017
roll
changed the title
resource object should support additional properties/methods: local, remote, inline, multipart, tabular, source
Resource object should support additional properties/methods: local, remote, inline, multipart, tabular, source
Sep 13, 2017
see the implementation docs: https://github.com/frictionlessdata/implementations#datapackage
The text was updated successfully, but these errors were encountered: