Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Table Dialect #214

Open
10 tasks
peterdesmet opened this issue Jul 3, 2024 · 0 comments
Open
10 tasks

Support Table Dialect #214

peterdesmet opened this issue Jul 3, 2024 · 0 comments
Labels
complexity:high Likely complex to implement datapackage:v2 function:read_resource Function read_resource() function:write_package Function write_package()

Comments

@peterdesmet
Copy link
Member

peterdesmet commented Jul 3, 2024

CHANGELOG: https://datapackage.org/overview/changelog/#table-dialect-new
CHANGELOG: https://datapackage.org/overview/changelog/#dialectschema-new

Table Dialect is the follow up of CSV Dialect and broader in scope.

  • Check $schema
    • If not provided, assume v1
    • If v1: investigate effect, likely not much, since all dialect properties frictionless-r wants to support are already in v1
    • If v2: support new properties (currently none)
    • If v2+: warn that it may not understand all properties
  • Update any reference to CSV Dialect
  • Update properties at https://docs.ropensci.org/frictionless/reference/read_resource.html#csv-dialect (e.g. caseSensitiveHeader and csvddfVersion are removed
  • Still only support delimited files
  • Assume $schema: https://datapackage.org/profiles/1.0/tabledialect.json
  • Figure out if there is a big difference if $schema: https://datapackage.org/profiles/2.0/tabledialect.json is provided
@peterdesmet peterdesmet added function:read_resource Function read_resource() function:write_package Function write_package() datapackage:v2 complexity:high Likely complex to implement labels Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
complexity:high Likely complex to implement datapackage:v2 function:read_resource Function read_resource() function:write_package Function write_package()
Projects
None yet
Development

No branches or pull requests

1 participant