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

JSONpath support #198

Open
Mihailoff opened this issue Feb 16, 2020 · 1 comment
Open

JSONpath support #198

Mihailoff opened this issue Feb 16, 2020 · 1 comment

Comments

@Mihailoff
Copy link

How is it difficult to add JSON path support? There are cases when doted fqdn is just impossible to know upfront.

{  
  addField: {  
    config: {  
       jsonpath: "$..author"
       value: "replace"
    }
  }
}
@barakm
Copy link
Contributor

barakm commented Sep 29, 2020

@Mihailoff can you expand a bit about your use case? It would be useful to see a JSON document, and how you would expect the JSONPath processor to work.

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

2 participants