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 optional argument of table schema source #348

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

stevorobs3
Copy link

This change adds an optional command line argument (-s) to specify a directory containing any table schemas. This allows the definition of the table schema to be pulled into external local files for convenience.

Closes #256

src/csv2rdf/csvw.clj Outdated Show resolved Hide resolved
dev/user.clj Outdated Show resolved Hide resolved
dev/user.clj Outdated Show resolved Hide resolved
@stevorobs3 stevorobs3 force-pushed the 256/local-table-schema branch 5 times, most recently from 3f7c6cc to b70bfde Compare December 4, 2023 15:28
This change adds an optional command line argument (-s) to specify
a directory containing any table schemas. This allows the definition
of the table schema to be pulled into external local files for convenience.
This includes the super helpful refresh-all function
which refreshes all files in the repl
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

Successfully merging this pull request may close these issues.

Ability to use local table.json when @base is set
1 participant