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 flux-command for easily finding path for certain value #347

Closed
TobiasNx opened this issue Apr 3, 2024 · 2 comments
Closed

Add flux-command for easily finding path for certain value #347

TobiasNx opened this issue Apr 3, 2024 · 2 comments
Assignees
Labels
Enhancement New feature or request

Comments

@TobiasNx
Copy link
Collaborator

TobiasNx commented Apr 3, 2024

Add to the inspection commands: list-fix-path and list-fix-values
a flux command for identifying a path to a certain value would be great without hassling with triples:

| fix("nothing()",repeatedFieldsToEntities="true")
| flatten
| stream-to-triples
| filter-triples(objectpattern="[value]")
| template("${p}\t ${o}")

a macro command like find-fix-path("[value]") would be nice.

See example in playground.

@TobiasNx TobiasNx self-assigned this May 16, 2024
@TobiasNx TobiasNx moved this to Working in Metafacture May 16, 2024
@TobiasNx TobiasNx added the Enhancement New feature or request label May 16, 2024
TobiasNx added a commit that referenced this issue May 24, 2024
Co-authored-by: Fabian Steeg <[email protected]>
@github-project-automation github-project-automation bot moved this from Working to Done in Metafacture May 24, 2024
@TobiasNx TobiasNx reopened this Aug 22, 2024
@TobiasNx
Copy link
Collaborator Author

Should be fixed with #364

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
Archived in project
Development

No branches or pull requests

1 participant