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

add template command #1374

Closed
jqnatividad opened this issue Oct 19, 2023 · 3 comments · Fixed by #2267
Closed

add template command #1374

jqnatividad opened this issue Oct 19, 2023 · 3 comments · Fixed by #2267
Assignees
Labels
CKAN interoperability with CKAN Data Management System datapusher+ for Datapusher+ DCAT3 enhancement New feature or request. Once marked with this label, its in the backlog.

Comments

@jqnatividad
Copy link
Collaborator

For each row in a CSV, fill out a specified minijinja template with corresponding columns, and send the output to a file, whose filename can also be dynamically generated using CSV data.

Extend the minijinja template with the ability to execute qsv's Luau DSL so we can do additional stuff like complex expressions, lookups, conditional filtering and dynamic content while populating a template.

Use minijinja crate - https://github.com/mitsuhiko/minijinja#readme

@jqnatividad jqnatividad added the enhancement New feature or request. Once marked with this label, its in the backlog. label Oct 19, 2023
@ondohotola
Copy link

ondohotola commented Oct 19, 2023 via email

Copy link

Stale issue message

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Dec 27, 2023
@jqnatividad jqnatividad reopened this Aug 9, 2024
@jqnatividad
Copy link
Collaborator Author

The template command can also be used to fill out a DCAT3 metadata profile.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CKAN interoperability with CKAN Data Management System datapusher+ for Datapusher+ DCAT3 enhancement New feature or request. Once marked with this label, its in the backlog.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants