-
Notifications
You must be signed in to change notification settings - Fork 1
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
Create CLI for csvqb #108
Comments
This was referenced Jul 27, 2021
We'll eventually have this running as a command line task in the databaker-docker container once we've moved this functionality over into the gss-utils package. |
6 tasks
robons
pushed a commit
that referenced
this issue
Aug 26, 2021
…nerating CSV-W qb-flavoured outputs.
robons
pushed a commit
that referenced
this issue
Aug 27, 2021
robons
pushed a commit
that referenced
this issue
Aug 27, 2021
robons
added a commit
that referenced
this issue
Aug 31, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should be able to provide an info.json file along with a tidy-data CSV and the utility should generate the resulting CSV-W.
The aim of this work is to make it easier for Data Managers to iteratively change the info.json file and view the resulting CSV-W metadata without having to re-run the whole generation script. The CSV should effectively be an artifact of the previous build step.
Regarding validation errors: these should be output to the command line (with suitable colours and exit code for the CLI). There should also be a command line option to write the errors to a file named
validation-errors.json
(which should be cleanred & overwritten on each run).The text was updated successfully, but these errors were encountered: