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

Allow users to select pre-loaded metadata mapping files #85

Closed
tballison opened this issue Nov 28, 2022 · 1 comment
Closed

Allow users to select pre-loaded metadata mapping files #85

tballison opened this issue Nov 28, 2022 · 1 comment
Milestone

Comments

@tballison
Copy link
Owner

Metadata mapping is hard. Even loading a csv adds an extra step. We can either pre-load the digipres or let users pick a digipres-default or standard-default.

@tballison tballison added this to the v1.1.0 milestone Nov 28, 2022
@tballison
Copy link
Owner Author

For now, let's load this automatically only for the csv output. We can add this functionality later to the other emitters.

The challenge is that the naive user probably expects different behavior for different types of output.

Filesystem: probably better without defaults (just write everything)
OpenSearch: probably better without defaults (just write everything) for the naive user.
JDBC: needs metadata mappings (there is no naive user using jdbc...lol)

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