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

Replace placeholder CSVW dialect #342

Open
RickMoynihan opened this issue Jan 29, 2024 · 0 comments
Open

Replace placeholder CSVW dialect #342

RickMoynihan opened this issue Jan 29, 2024 · 0 comments

Comments

@RickMoynihan
Copy link
Member

We currently have a placeholder for the CSVW dialect we should replace this with a real CSVW dialect.

If the default dialect is correct we could add it, at least in the data:

{
  "encoding": "utf-8",
  "lineTerminators": ["\r\n", "\n"],
  "quoteChar": "\"",
  "doubleQuote": true,
  "skipRows": 0,
  "commentPrefix": "#",
  "header": true,
  "headerRowCount": 1,
  "delimiter": ",",
  "skipColumns": 0,
  "skipBlankRows": false,
  "skipInitialSpace": false,
  "trim": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant