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

Automatic inclusion of files.jfr.name object in output json. #17

Open
whitingjr opened this issue May 21, 2024 · 0 comments
Open

Automatic inclusion of files.jfr.name object in output json. #17

whitingjr opened this issue May 21, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@whitingjr
Copy link

When I use parse to produce json it automatically includes this in the JSON

"files": {
    "jfr": {
      "name": "johara-quarkus-startup-jfr"
    }
  },

My parse script never included a rule to include that content. There was no jfr or john or quarkus in the directory tree.
This was my parse script

---
name: kb-json
path: ".*?/kb.json$"
nest: ""
asJson: ''
---
@whitingjr whitingjr added the bug Something isn't working label May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant