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

Implement querying TSV files #3

Open
holtgrewe opened this issue May 15, 2023 · 0 comments
Open

Implement querying TSV files #3

holtgrewe opened this issue May 15, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@holtgrewe
Copy link
Contributor

holtgrewe commented May 15, 2023

Is your feature request related to a problem? Please describe.
Having import (#1) and dump (#2) for TSV files is helpful but we need to have a good API for retrieving the information in Rust code.

Describe the solution you'd like
Implement such an API. As we are dealing with dynamic schemas, use serde_json::Value for loading the values into a JSON-like dict.

Describe alternatives you've considered
N/A

Additional context

@holtgrewe holtgrewe added the enhancement New feature or request label May 15, 2023
@holtgrewe holtgrewe moved this to To triage in Release Planning Jan 24, 2024
@holtgrewe holtgrewe moved this from To triage to Backlog in Release Planning Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

1 participant